pub fn remove_from(
coll: &RuntimeValue,
value: &RuntimeValue,
) -> Result<(), String>Expand description
Remove value from set/map.
pub fn remove_from(
coll: &RuntimeValue,
value: &RuntimeValue,
) -> Result<(), String>Remove value from set/map.