GgedStruct.IndexTypes

Undocumented in source.
  1. alias IndexTypes = Repeat!(RANK, double)
  2. alias IndexTypes = Repeat!(RANK, size_t)
    struct GgedStruct(T, ulong RANK, bool isOffsetIndex = false, SliceKind kind = SliceKind.contiguous)
    static if(!(isOffsetIndex))
    alias IndexTypes = Repeat!(RANK, size_t)

Meta