Trait cairo_lang_sierra::extensions::modules::int::IntMulTraits
source · pub trait IntMulTraits: IntTraits {
const WIDE_MUL: &'static str;
const WIDE_MUL_RES_TYPE_ID: GenericTypeId;
}
Expand description
Trait for implementing multiplication for integers.
Required Associated Constants§
sourceconst WIDE_MUL_RES_TYPE_ID: GenericTypeId
const WIDE_MUL_RES_TYPE_ID: GenericTypeId
The generic type id for this type multiplication result.
Object Safety§
This trait is not object safe.