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