Structureswift-mongodb 0.27.0BSONReflection->BSONABI
Indent
BSON.Indent.swift:6@frozen struct Indent
Citizens in BSONReflection
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Escapable
protocol ExpressibleByExtendedGraphemeClusterLiteral
A type that can be initialized with a string literal containing a single extended grapheme cluster.
protocol ExpressibleByStringLiteral
A type that can be initialized with a string literal.
protocol ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single Unicode scalar value.
protocol Sendable
Type members
init(space: String, level: Int
) init(stringLiteral: String
) static func + (self: `Self`, increment: Int
) -> BSON.Indent
Instance members
var description: String
let level: Int
let space: String
func print(key: BSON.Key, value: BSON.AnyValue, to: inout some TextOutputStream
)