values method

IList<V> values()

Implementation

IList<V> values() => _tree.foldRight(nil(), (k, v, p) => new Cons(v, p));