Protocolswift-bson 0.3.1BSONArrays->BSONABI
BinaryPackable
BSON.BinaryPackable.swift:4protocol BinaryPackable<Storage>
Browse conforming typesprotocol BinaryPackable<Storage>
import BSONArrays
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen enum BSON
The namespace for all BSON types.
associatedtype Storage : BitwiseCopyable
static func get(_ storage: Storage) -> Self
consuming func set() -> Storage
@frozen struct _BinaryArray<Element> where Element : BSON.BinaryPackable
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: Self) -> Self
consuming func set() -> Self