(self: MutableRef<number>)
| 208 | * MutableRef.decrement(counter) |
| 209 | * |
| 210 | * MutableRef.get(counter) // => 2 |
| 211 | * |
| 212 | * // Useful for countdown scenarios |
| 213 | * const countdown = MutableRef.make(10) |
nothing calls this directly
no test coverage detected
searching dependent graphs…