Ix

Radix Modulo Index Restricted index type avoids range checking in array indexing below.

  1. alias Ix = Mod!(radix, ubyte)
    version(useModulo)
    alias Ix = Mod!(radix, ubyte)
  2. alias Ix = ubyte

Meta