pushIndentOneShot
Push an indent that is automatically popped after being applied
Function parameters
Parameters
- ais:*AutoIndentingStream
Type definitions in this namespace
Types
Functions in this namespace
Functions
Error sets in this namespace
Error Sets
Source
Implementation
pub fn pushIndentOneShot(ais: *AutoIndentingStream) void {
ais.indent_one_shot_count += 1;
ais.pushIndent();
}