crashcat docs
    Preparing search index...

    Type Alias Constraints

    the constraint pools container - keyed by type for monomorphic iteration

    type Constraints = {
        pools: Partial<Record<ConstraintType, ConstraintPool>>;
    }
    Index

    Properties

    Properties

    pools: Partial<Record<ConstraintType, ConstraintPool>>