Enumeration Caseswift-bson 0.3.1BSONABI
binary
BSON.AnyType.swift:12case binary
case binary
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen enum AnyType
A BSON metatype. The raw value of this enumeration is the type code of the associated case in BSON’s ABI.
@frozen enum BSON
The namespace for all BSON types.
case double
case string
case document
case list
case id
case bool
case millisecond
case null
case regex
case pointer
case javascript
case javascriptScope
case int32
case timestamp
case int64
case decimal128
case min
case max