Initializerswift-bson 0.3.1BSONABI
init(high:low:)
BSON.Decimal128.swift:23init(high: UInt64, low: UInt64)
init(high: UInt64, low: UInt64)
s7BSONABI4BSONO10Decimal128V4high3lowAEs6UInt64V_AItcfc
What are these?7SW5V
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct Decimal128
An opaque IEEE 754-2008 decimal.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct UInt64
A 64-bit unsigned integer value type.
var high: UInt64
The high 64 bits of this decimal value.
var low: UInt64
The low 64 bits of this decimal value.