Open iqis opened 3 years ago
Locks all bindings, but not the envir itself, so new bindings can be added.
myThing <- myThing %>% immutable()
option to lock only functions?
alternative: sealed(). Is this from Scala?
sealed()
Locks all bindings, but not the envir itself, so new bindings can be added.
option to lock only functions?