Closed KusakabeShi closed 2 years ago
Looking into this module. There are some other functions on top of these functions that I would like to either add myself or have someone be willing to.
Could we have this pull request be reviewed?
Thanks for the PR!
Add alias function Load and Store sync.Map uses Load/Store but this uses Get() and Set(), so I added alias to make the API more consistency.
Expose
Move*
function from list.List so that users cam move the order of the element in orderedMap directly.