SearchHistoryFilterOptionSet
public init(rawValue: UInt32)
Creates a new OptionSet
from the given raw value.
Parameters
rawValue
UInt32
The raw value of the option set (OptionSet
) to create. Each bit of rawValue
potentially represents an element of the OptionSet
, but raw values may include bits that are not defined as distinct values of the OptionSet
type.
Properties
The corresponding value of the raw type.