keys method

IList<K> keys()

Implementation

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