Instance Propertypureswift.bluetooth 7.2.0Bluetooth
description
BitMaskOption.swift:133var description: String { get }
var description: String { get }
where Element:BitMaskOption
import Bluetooth
Pure Swift Bluetooth Definitions.
struct BitMaskOptionSet<Element> where Element : BitMaskOption
Integer-backed array type for BitMaskOption
.
@frozen struct String
A Unicode string value that is a collection of characters.
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...)
init(integerLiteral value: UInt64)
static func == (lhs: BitMaskOptionSet, rhs: BitMaskOptionSet) -> Bool
func hash(into hasher: inout Hasher)
func makeIterator() -> IndexingIterator<[Element]>