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