const MAX_FOLD_DEPTH: usize = 128;Expand description
Maximum nesting depth LiteralsCollector::eval recurses into, to bound stack usage.
const MAX_FOLD_DEPTH: usize = 128;Maximum nesting depth LiteralsCollector::eval recurses into, to bound stack usage.