pcollections icon indicating copy to clipboard operation
pcollections copied to clipboard

convenience methods for creating multi-element collections

Open hrldcpr opened this issue 5 years ago • 1 comments

see #89 — would be nice to add HashTreePMap.of, TreePVector.of et cetera, a la Java's Map.of and List.of methods

hrldcpr avatar Feb 24 '21 20:02 hrldcpr

See also #87 — ideally these new methods won't just add elements one at a time, but will do something faster, to allow for initializing a collection with, say, a million elements

hrldcpr avatar Jan 27 '22 03:01 hrldcpr