Mutable
Support explicit mutable wrapping of variables. This was useful when the VM was in Java, since values captured by inner classes and lambdas could only be immutable. Kotlin introduces its own mutable wrappers for captured vars, but this is still occasionally useful.
Author
Mark van Gulik