• Applies a Mut of function to a Mut of value.

    Type Parameters

    • S

    • A

    • B

    Parameters

    • fn: Mut<S, ((a) => B)>

      A function over Mut to map.

    Returns ((mut) => Mut<S, B>)

    The applied new Mut.

      • (mut): Mut<S, B>
      • Parameters

        Returns Mut<S, B>

Generated using TypeDoc