THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
Map
Map.clear
clear() -> self
Description
Remove all key/value pairs.
$map = { a: 1, b: 2, c: 3 } $map.clear() print($map) //= {}
See Also
remove
Back: Map