Instance Methodpureswift.bluetooth 7.2.0Bluetooth
isContained(in:)
Whether the enum case is present in the raw value.
func isContained(in rawValue: RawValue) -> Bool
Whether the enum case is present in the raw value.
func isContained(in rawValue: RawValue) -> Bool
s9Bluetooth13BitMaskOptionPAAE11isContained2inSb8RawValueQz_tF
What are these?R2YD
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol BitMaskOption : CaseIterable, Hashable, RawRepresentable where Self.RawValue : FixedWidthInteger
Enum that represents a bit mask flag / option.
associatedtype RawValue
The raw type that can be used to represent all values of the conforming type.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func from(rawValue: RawValue) -> [Self]