Initializerpureswift.bluetooth 7.2.0Bluetooth
init(integerLiteral:)
BitMaskOption.swift:166init(integerLiteral value: UInt64)
init(integerLiteral value: UInt64)
s9Bluetooth16BitMaskOptionSetV14integerLiteralACyxGs6UInt64V_tcfc
What are these?3QHOH
where Element:BitMaskOption
import Bluetooth
Pure Swift Bluetooth Definitions.
struct BitMaskOptionSet<Element> where Element : BitMaskOption
Integer-backed array type for BitMaskOption
.
@frozen struct UInt64
A 64-bit unsigned integer value type.
protocol BitMaskOption : CaseIterable, Hashable, RawRepresentable where Self.RawValue : FixedWidthInteger
Enum that represents a bit mask flag / option.
init<S>(_ sequence: S) where Element == S.Element, S : Sequence
init(arrayLiteral elements: Element...)
var description: String { get }
static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool
func hash(into hasher: inout Hasher)
func makeIterator() -> IndexingIterator<[Element]>