bounded_int_ty

Function bounded_int_ty 

Source
pub fn bounded_int_ty<'db>(
    db: &'db dyn Database,
    min: BigInt,
    max: BigInt,
) -> TypeId<'db>
Expand description

Returns the concrete type of a bounded int type with a given min and max.