Initializerpureswift.bluetooth 7.2.0Bluetooth
init(_:)
BitMaskOption.swift:115init<S>(_ sequence: S) where Element == S.Element, S : Sequence
init<S>(_ sequence: S) where Element == S.Element, S : Sequence
s9Bluetooth16BitMaskOptionSetVyACyxGqd__c7ElementQyd__RszSTRd__lufc
What are these?8MN50
where Element:BitMaskOption
import Bluetooth
Pure Swift Bluetooth Definitions.
struct BitMaskOptionSet<Element> where Element : BitMaskOption
Integer-backed array type for BitMaskOption
.
associatedtype Element where Self.Element == Self.Iterator.Element
A type representing the sequence’s elements.
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
protocol BitMaskOption : CaseIterable, Hashable, RawRepresentable where Self.RawValue : FixedWidthInteger
Enum that represents a bit mask flag / option.
init(arrayLiteral elements: Element...)
init(integerLiteral value: UInt64)
var description: String { get }
static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool
func hash(into hasher: inout Hasher)
func makeIterator() -> IndexingIterator<[Element]>