cairo_lang_sierra::extensions::modules::utils

Function fixed_size_array_ty

source
pub fn fixed_size_array_ty(
    context: &dyn SignatureSpecializationContext,
    ty: ConcreteTypeId,
    size: i16,
) -> Result<ConcreteTypeId, SpecializationError>
Expand description

Returns a fixed type array of the given type and size.