Skip to main content

FREE_BUILTINS

Static FREE_BUILTINS 

Source
pub static FREE_BUILTINS: &[FreeBuiltinSchema]
Expand description

Every builtin that is called on nothing: the constructors, then the assertions.

A name belongs to one kind or the other and never to both, so the order settles nothing at a call site. It is the order a reader meets them in: Ok and its neighbours are in every program, and assert is in every test.