• Reads a value from the reference in a scope of Mut environment. It throws on the referent value was not initialized or dropped.

    Type Parameters

    • S

    • A

    Parameters

    • ref: MutRef<S, A>

      A target to read.

    Returns Mut<S, A>

    The reading operation which results the read value.

Generated using TypeDoc