Int32
struct Int32 : FixedWidthInteger, SignedInteger
An extension of Int32
to represent the BSON Int32 type.
-
Declaration
Swift
public var bsonType: BSONType { get }
-
Declaration
Swift
public func encode(to storage: DocumentStorage, forKey key: String) throws
-
Declaration
Swift
public static func from(iterator iter: DocumentIterator) throws -> Int32
-
Declaration
Swift
public func bsonEquals(_ other: BSONValue?) -> Bool