Skip to main content

remove

Function remove 

Source
pub fn remove(key: &str) -> bool
Expand description

Delete the value stored under key. Returns true if a value existed and was removed, false if the key was already absent (or the delete could not be committed).

Day API ↩ Guides· daybrite.dev