Skip to main content

is_builtin_type

Function is_builtin_type 

Source
pub fn is_builtin_type(name: &str) -> bool
Expand description

Type names a program may write as a namespace, such as Vector.of.

This is cove_schema::builtins::is_builtin_type, re-exported so that the interpreter still asks one module about builtins. Whether name is a builtin type a program may write as a namespace, as in Vector.of(...).