BitMaskOptionSet

Integer-backed array type for BitMaskOption.

BitMaskOption.swift:43

This declaration is deprecated: Use OptionSet instead

struct BitMaskOptionSet<Element> where Element : BitMaskOption

The elements are packed in the integer with bitwise math and stored on the stack.