-
Robert Knight authored
In `Ref<T>` the `current` property is now a readonly field. The correct type (`MutableRef<T>`) is inferred automatically, so we don't need to specify it.
dfc19acb
In `Ref<T>` the `current` property is now a readonly field. The correct type (`MutableRef<T>`) is inferred automatically, so we don't need to specify it.