Info.exists

Undocumented in source.
template Info(S)
static if(is(S == struct) && is(typeof(S.StructVersion) V))
enum exists = true;

Meta