destack:reflect import destack:reflect Classes - Reflect — Static reflection namespace. Structs - Layout — Target-specific layout for one type. - LayoutField — Target-specific layout for one aggregate field. - LayoutVariant — Target-specific layout for one variant case. Newtypes - LayoutShape — Reflected layout shape. - StaticKey — One reflected static property key. - Type — Reflected semantic type for T. - TypeId — Stable type identifier. Functions - alignOf — Return the target-specific alignment of T. - equalTypes — Return true when two reflected types name the same normalized type. - layoutOf — Return the target-specific layout of T. - sizeOf — Return the target-specific size of T. - strideOf — Return the target-specific stride of T. - type — Return the reflected type for T. - typeOf — Return the reflected type for a value.