3rd Party Libraries
Recent Additions
Handles Parser
Discord
adt_trie
IntMap
Remove
File
Remove
Last Updated
2024-10-31
Created At
2024-10-31
Removes a key entry from a Map.
native
bool
Remove(
const int
key
)
Parameters
const int
key
Key integer.
Return Value
bool
True on success, false if the value was never set.