About this module


It provides a way to have a mutable state.e.g.state = Mutable.create("initial state content")
println(state.get())
state.set("new state content")
type =
{ 
(
α
)
 
get
, 
(
α
void
)
 
set
 }
Name Summary

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.