func label()

in Sources/SystemMetrics/SystemMetrics.swift [165:167]


        func label(for keyPath: KeyPath<Labels, String>) -> String {
            return self.prefix + self[keyPath: keyPath]
        }