pub static BUILTIN_LOOKUP: LazyLock<HashMap<SystemObjectDescription, (usize, &'static Builtin<NameReference>)>>
Expand description
Keys are builtin object description, values are the builtin index when sorted by dependency and the builtin itself.
pub static BUILTIN_LOOKUP: LazyLock<HashMap<SystemObjectDescription, (usize, &'static Builtin<NameReference>)>>
Keys are builtin object description, values are the builtin index when sorted by dependency and the builtin itself.