IFunctionApplicable Type
Represents a function that can be applied to arguments.
Instance members
| Instance member |
Description
|
Full Usage:
this.Apply
Parameters:
(bigint * NumberType * int) list
Returns: Result<(bigint * NumberType * int), string>
Modifiers: abstract |
Applies the function to the given list of arguments.
|
B2R2