pub const fn ast_rtti_index(name: &str) -> i32Expand description
Stable per-type class index, the analog of AstRtti<Class>::value. FNV-1a
over the class name, folded to a positive i32 so it can never collide with
a future “no class” sentinel (e.g. -1).