menu

destack:reflect

import destack:reflect

Classes

  1. ReflectStatic reflection namespace.

Structs

  1. LayoutTarget-specific layout for one type.
  2. LayoutFieldTarget-specific layout for one aggregate field.
  3. LayoutVariantTarget-specific layout for one variant case.

Newtypes

  1. LayoutShapeReflected layout shape.
  2. StaticKeyOne reflected static property key.
  3. TypeReflected semantic type for T.
  4. TypeIdStable type identifier.

Functions

  1. alignOfReturn the target-specific alignment of T.
  2. equalTypesReturn true when two reflected types name the same normalized type.
  3. layoutOfReturn the target-specific layout of T.
  4. sizeOfReturn the target-specific size of T.
  5. strideOfReturn the target-specific stride of T.
  6. typeReturn the reflected type for T.
  7. typeOfReturn the reflected type for a value.