Structs

The following structs are available globally.

  • A representation of a finite set of options (or flags), some of which are set (flagged). A Bitmask<T> can be converted to an OptionSetView<T>.

    See more

    Declaration

    Swift

    public struct OptionSetView <T: IBitmaskRepresentable where T: Hashable>