pub const MAX_VARIANCE_DEPTH: usize = 32; // 32usize
Maximum recursion depth for variance computation to prevent stack overflow on recursive types.