On 1/1/15, Tobias Pankrath via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote: > You could implement an OrderedMap!(Key, Value) via > RedBlackTree!(Tuple!(Key, Value), (a,b) => a[0] < b[0]).
We could add this as an alias into Phobos or perhaps as just a documentation line on the website.