withIndentation(body:)

    Indents, calls body to do other work relaying along the printer, and the outdents after wards.

    CodePrinter.swift:221
    mutating func withIndentation(body: (_ p: inout CodePrinter) -> Void)

    Parameters

    body

    A closure that is invoked after the indent is increasted.

    Other members in extension

    Type members

    Instance members