package
0.0.0-20250101133149-702b4d39efbc
Repository: https://github.com/peakedshout/go-pandorasbox.git
Documentation: pkg.go.dev

# Functions

Delete deletes the value for a key.
Load returns the value stored in the map for a key, or nil if no value is present.
LoadAndDelete deletes the value for a key, returning the previous value if any.
LoadOrStore returns the existing value for the key if present.
No description provided by the author
No description provided by the author
No description provided by the author
Range calls f sequentially for each key and value present in the map.
Store sets the value for a key.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author