Function stackHeight [src]

The depth of {} or [] nesting levels at the current position.

Prototype

pub fn stackHeight(self: *const @This()) usize

Parameters

self: *const @This()

Source

pub fn stackHeight(self: *const @This()) usize { return self.stack.bit_len; }