Expand description
Model reflection services (Slang compiler/runtime API §5).
Introspect unspecialized templates and specialized layouts across eager/lazy/AOT while preserving the HIR → MIR → LIR pipeline.
Structs§
- Model
Reflection - Loaded template + HIR reflection (front-end load).
Functions§
- load_
hir_ template_ with_ extensions - Apply HIR extensions then load template.
- specialize_
entry - Full specialize + compile entry (specializeEntryPoint analogue).