Function execute
Source pub fn execute(function: &RecurFunction, arguments: &Vec<u32>) -> Option<u32>
Expand description
Parses given recursive functions on given arguments.
§Arguments
function - function to execute.
arguments - arguments to use for calculations.
§Returns
Some(u32) if result is defined otherwise None.