omit
The omit
function is similar to pick
, except it returns a new dict
with all
the keys that do not match the given keys.
$new := omit $myDict "name1" "name3"
The above returns {name2: value2}
Deploy, administrate & extend Pydio
The omit
function is similar to pick
, except it returns a new dict
with all
the keys that do not match the given keys.
$new := omit $myDict "name1" "name3"
The above returns {name2: value2}