marshall<NF extends Function, DF extends Function> function

DF marshall<NF extends Function, DF extends Function>(
  1. Function base,
  2. Memory memory
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

DF marshall<NF extends Function, DF extends Function>(
    Function base, Memory memory) {
  return _inferFromSignature(DF.toString()).copyWith(base, memory).run as DF;
}