v3.1.0
- Use presized Map/MapOf argument as the minimal map capacity (#121)
NewMapPresized
/NewMapOfPresized
's argument is now treated as the minimal table capacity. The underlying hash table won't shrink beyond the specified capacity.
Also, fixes and improves godoc.