cairo_lang_semantic::corelib

Function bounded_int_ty

source
pub fn bounded_int_ty(
    db: &dyn SemanticGroup,
    min: BigInt,
    max: BigInt,
) -> TypeId
Expand description

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