marshall<NF extends Function, DF extends Function> function
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;
}