Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

codegen-source-order


This feature allows you to have a predictive and deterministic order for items after codegen, which is the same as in source code.

For every CodegenUnit, local MonoItems would be sorted by (Span, SymbolName), which makes codegen tests rely on the order of items in source files work.