Documentation Language: Swift

Method

popIndentation()

Pops the current indentation level from the stack.

@MainActor func popIndentation()

Discussion

The indentation returns to the previous level. This is typically called when exiting a block. If there is only one indentation level (the base level), this is a no-op.