a apply(a(b) f, b arg)
Arguments
f: The function to applyarg: The argument
Usage
Apply a function to an argument - useful for functional programming. apply(f,arg) is equivalent to f(arg).
f: The function to applyarg: The argumentApply a function to an argument - useful for functional programming. apply(f,arg) is equivalent to f(arg).