Type alias MutRefCell<T>

MutRefCell<T>: MutCell<T | undefined>

A mutable cell the value of which can be undefined.

Type Parameters

  • T