private
tryset!
— function
tryset!(dict, key, value) -> Bool
Try to add the given key
/value
pair to the object dict
. Returns true
or false
depending on whether the action was successful.
private
tryset!
— function
tryset!(dict, key, value) -> Bool
Try to add the given key
/value
pair to the object dict
. Returns true
or false
depending on whether the action was successful.