Static Propertyswift-bson 0.3.1BSONABI
min
BSON.Timestamp.swift:22static var min: `Self` { get }
static var min: `Self` { get }
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.
init(_ value: UInt64)
init(integerLiteral: UInt64)
static var max: `Self` { get }
var description: String { get }
var value: UInt64
static func < (a: `Self`, b: `Self`) -> Bool