OrderedAssocArray.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(Pair!(KeyType, ValueType) pair)
    class OrderedAssocArray(KeyType, ValueType)
    void
    add
    (
    Pair!(KeyType, ValueType) pair
    )
  2. void add(KeyType key, ValueType value)

Meta