static func get(_ storage: Self) -> Self
s7BSONABI4BSONO10BSONArraysE14BinaryPackablePADs17FixedWidthIntegerRz7StorageAFQzRszrlE3getyxxFZ
7HX0F
where Self:FixedWidthInteger, Self == Self.Storage
import BSONArrays
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
protocol BinaryPackable<Storage>
@frozen enum BSON
The namespace for all BSON types.
protocol FixedWidthInteger : BinaryInteger, LosslessStringConvertible where Self.Magnitude : FixedWidthInteger, Self.Magnitude : UnsignedInteger, Self.Stride : FixedWidthInteger, Self.Stride : SignedInteger
An integer type that uses a fixed size for every instance.
static func get(_ storage: Storage) -> Self
consuming func set() -> Self