Other Protocols

The following protocols are available globally.

  • Protocol defining values representable by a NoteNumber.

    See more

    Declaration

    Swift

    public protocol NoteNumberRepresentable:
        NewType,
        Hashable,
        Comparable,
        SignedNumeric,
        ExpressibleByFloatLiteral