Initializerswift-bson 0.3.1BSONABI
init(_:)
Creates a BSON UTF-8 string backed by a String.UTF8View
, making the base string contiguous, if it is not already.
init(_ string: String)
Creates a BSON UTF-8 string backed by a String.UTF8View
, making the base string contiguous, if it is not already.
init(_ string: String)