CList.createMainIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ListIndex!(T, TKey) createMainIndex()
    class CList(T)
    static if(isAggregateType!T && !isTuple!T)
    static if(idField!T != "")
    createMainIndex
    ()
  2. ListIndex!(T, T) createMainIndex()
  3. ListIndex!(T, T) createMainIndex()

Meta