Initializerswift-bson 0.3.1BSONABI
init(_:)
BSON.Timestamp.swift:10init(_ value: UInt64)
init(_ value: UInt64)
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct Timestamp
@frozen enum BSON
The namespace for all BSON types.
@frozen struct UInt64
A 64-bit unsigned integer value type.
init(integerLiteral: UInt64)
static var max: `Self` { get }
static var min: `Self` { get }
var description: String { get }
var value: UInt64
static func < (a: `Self`, b: `Self`) -> Bool