pub(crate) fn main_monomorphized<const MAX_DEPTH: usize>(
    args: Args
) -> Result<()>
Expand description

Monomorphized implementation of main

This allows working with arrays of length known at compile-time, avoiding overhead of individually storing their size.