OptionSetView
public struct OptionSetView <T: IBitmaskRepresentable where T: Hashable>
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>.
-
Undocumented
Declaration
Swift
public struct OptionSetView <T: IBitmaskRepresentable where T: Hashable> -
Undocumented
Declaration
Swift
public struct OptionSetView <T: IBitmaskRepresentable where T: Hashable> -
Undocumented
Declaration
Swift
public struct OptionSetView <T: IBitmaskRepresentable where T: Hashable>
-
Undocumented
Declaration
Swift
public struct OptionSetView <T: IBitmaskRepresentable where T: Hashable>
View on GitHub
OptionSetView Struct Reference