RBTreeMap.this

Undocumented in source.
  1. this()
  2. this(Pair[] elems)
  3. this(PairRange pairRange)
    class RBTreeMap(KeyT, ValueT, alias KeyLessF = "a < b", bool allowDuplicates = false)
    this
    (
    PairRange
    )
    (
    PairRange pairRange
    )
    if (
    isInputRange!PairRange &&
    isImplicitlyConvertible!(ElementType!PairRange, Pair)
    )

Meta