pub fn get_builtin_type_constructor(
name: &str,
) -> Option<&'static BuiltinTypeConstructor>Expand description
Look up a built-in type constructor by name.
pub fn get_builtin_type_constructor(
name: &str,
) -> Option<&'static BuiltinTypeConstructor>Look up a built-in type constructor by name.