wk8 / go-ordered-map

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
Apache License 2.0
523 stars 40 forks source link

Function Request - Copy, Clone, Reverse, First, Front, Back, Last, Size #11

Closed justincpresley closed 2 years ago

justincpresley commented 2 years ago

This closes the function request issue #10 that I created.

Additions:

Notes:

I am happy to make any changes upon request.

justincpresley commented 2 years ago

I've now added some original map functions: