JuliaCollections / OrderedCollections.jl

Julia implementation of associative containers that preserve insertion order
MIT License
92 stars 37 forks source link

Constructors #105

Closed Tokazama closed 1 year ago

Tokazama commented 1 year ago

This adds a couple new constructors for LittleDict and expands the vector type allowed from Vector to AbstractVector. Solves #104.