@mikuroxina/mini-fn
    Preparing search index...

    Type Alias MutRef<S, A>

    A mutable variable in state thread S, containing a value of type A.

    type MutRef<S, A> = {
        "[mutRefNominal]": [S, A];
    }

    Type Parameters

    • S
    • A
    Index

    Properties

    Properties

    "[mutRefNominal]": [S, A]