init(space: String, level: Int)
s7BSONABI4BSONO14BSONReflectionE6IndentV5space5levelAFSS_SitcfcWhat are these?
s7BSONABI4BSONO14BSONReflectionE6IndentV5space5levelAFSS_Sitcfc
FNV24: [5PQZ8]
init(stringLiteral: String)
static func + (self: `Self`, increment: Int) -> BSON.Indent
var description: String
let level: Int
let space: String
func print(key: BSON.Key, value: BSON.AnyValue, to: inout some TextOutputStream)
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.
@frozen struct Int
A signed integer value type.
var description: String { get }
func print(key: BSON.Key, value: BSON.AnyValue, to output: inout some TextOutputStream)