Bool
struct Bool
An extension of Bool
to represent the BSON Boolean 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 -> Bool