Unit

public protocol Unit

Unit defines what a unit should have

Author

Adamas

Version

1.9.8

Date

22/08/2023
  • key

    The key of a unit

    Declaration

    Swift

    var key: String { get }
  • name Extension method

    The full name of the unit

    Declaration

    Swift

    var name: String { get }
  • abbr Extension method

    The abbr of the unit

    Declaration

    Swift

    var abbr: String { get }