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

    Function mapCodeM

    • Maps the result of computation over CodeM.

      Type Parameters

      • T
      • U

      Parameters

      • f: (t: T) => U

        A function that maps from T to U.

      Returns (__namedParameters: CodeM<T>) => CodeM<U>

      The mapped encode result.