TupleId.TupleId

Undocumented in source.
  1. auto TupleId;
    template TupleId(T...)
    static immutable
    static if(T.length)
    auto TupleId = TypeId!(T[0]) ~ TupleId!(T[1..$]);
  2. auto TupleId;

Meta