Info.next

Undocumented in source.
  1. alias next = Info!(S.StructNext)
    template Info(S)
    static if(is(S == struct) && is(typeof(S.StructVersion) V))
    static if(is(S.StructNext))
    alias next = Info!(S.StructNext)
  2. alias next = MissingVersion

Meta