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