CList.TKey

Undocumented in source.
class CList(T)
static if(isAggregateType!T && !isTuple!T)
static if(idField!T != "")
alias TKey = typeof(__traits(getMember, T, idfield))

Meta