pub fn is_primitive_strict(
view: &CompiledModule,
function_type_args: &[AbilitySet],
s: &SignatureToken,
) -> boolExpand description
Check if a type is a primitive type in strict mode. It invokes the inner function with is_strict = true.