GgedStruct.Type

Undocumented in source.
  1. alias Type = PointerTarget!T
  2. alias Type = ElementType!T
  3. alias Type = ReturnType!(T.opUnary!"*")
    struct GgedStruct(T, ulong RANK, bool isOffsetIndex = false, SliceKind kind = SliceKind.contiguous)
    static if(!(isPointer!T))
    static if(!(isArray!T))
    alias Type = ReturnType!(T.opUnary!"*")

Meta