protocol Primitive : PrimitiveEncodable, Decodable, Encodable, Sendable
func encodePrimitive() throws -> Primitive
func equals(Primitive) -> Bool
Array
When Element conforms to Primitive
Element
Primitive
Binary
Bool
Date
Decimal128
Dictionary
When Key is String and Value conforms to Primitive
Key
String
Value
Document
Double
Int
Int32
JavaScriptCode
JavaScriptCodeWithScope
MaxKey
MinKey
Null
ObjectId
RegularExpression
Timestamp
Decodable
Encodable
PrimitiveEncodable
Sendable