init(stringLiteral: String)
s7BSONABI4BSONO14BSONReflectionE6IndentV13stringLiteralAFSS_tcfc
5F3H5
import BSONReflection
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct Indent
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
init(space: String, level: Int)
var description: String { get }
let level: Int
let space: String
static func + (self: `Self`, increment: Int) -> BSON.Indent
func print(key: BSON.Key, value: BSON.AnyValue, to output: inout some TextOutputStream)