• Maps a value over Mut<S, _> by fn.

    Type Parameters

    • A

    • B

    Parameters

    • fn: ((a) => B)

      A function to map the value.

        • (a): B
        • Parameters

          • a: A

          Returns B

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

    The mapped new Mut.

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

        • S

        Parameters

        Returns Mut<S, B>

Generated using TypeDoc