Crate irox_types

source ·
Expand description

This module contains a rudimentary reflection/type system

Structs§

Enums§

  • An enumeration to store the value of a dynamic/variable sized element
  • An enumeration to describe the type of a pseudo-primitve
  • A shuttle struct to pass around a primitive type and an associated value of the same type
  • A set of possible primitives
  • An enumeration to describe a variable-length type
  • A value type that can be either statically sized (primitive) or variably sized (dynamic)