is_primitive_strict

Function is_primitive_strict 

Source
pub fn is_primitive_strict(
    view: &CompiledModule,
    function_type_args: &[AbilitySet],
    s: &SignatureToken,
) -> bool
Expand description

Check if a type is a primitive type in strict mode. It invokes the inner function with is_strict = true.