Static Method (Default implementation)swift-bson 1.0.0BSONArrays->BSONABI
get(_:)
BSON.BinaryPackable.swift:15static func get(_ storage: Self) -> Self static func get(_ storage: Self) -> Self s7BSONABI4BSONO10BSONArraysE14BinaryPackablePADs17FixedWidthIntegerRz7StorageAFQzRszrlE3getyxxFZ What are these?7HX0Fwhere Self:FixedWidthInteger, Self == Self.Storageimport BSONABIModels the BSON type system and the binary interface of the BSON serialization format.
import BSONArraysImplements the packed binary array system.
protocol BinaryPackable<Storage>@frozen enum BSONThe namespace for all BSON types.
protocol FixedWidthInteger : BinaryInteger, LosslessStringConvertible where Self.Magnitude : FixedWidthInteger, Self.Magnitude : UnsignedInteger, Self.Stride : FixedWidthInteger, Self.Stride : SignedIntegerAn integer type that uses a fixed size for every instance.
static func get(_ storage: Storage) -> Self consuming func set() -> Self