cytoplasmic
    Preparing search index...

    Type Alias MutRefCell<T>

    MutRefCell: MutCell<T | undefined>

    A mutable cell the value of which can be undefined.

    Type Parameters

    • T