SortedVector.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t add(T t)
  2. void add(T[] t)
    struct SortedVector(T, alias less = "a < b")
    void
    add
    (
    T[] t
    )

Meta