SortedList.this

Constructs a sorted list out from an array.

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

Meta