BucketsListChain.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T* add()
  2. T* add(T obj)
    struct BucketsListChain(T, uint elementsInBucket = 64, bool addGCRange = hasIndirections!T)
    static if(isImplicitlyConvertible!(T, T))
    T*
    add
    (
    T obj
    )

Meta