JuliaCollections/FunctionalCollections.jl

Fancy syntax for creating vectors and maps

Closed this issue · 0 comments

@Persistent ["foo" => 1, "bar" => 2, "baz" => 3]
# creates a phmap

@Persistent [1, 2, 3, 4, 5]
# creates a pvec