SortedList.this

Constructs a sorted list out from a range.

  1. this(E[] _array)
  2. this(Range src)
    struct SortedList(E, alias cmp = "a < b", bool allowDuplicates = true, alias equal = "a == b")
    this
    (
    Range
    )
    (
    Range src
    )

Meta