rurtle::environ::FuncType
[−]
[src]
type FuncType = fn(&mut Environment, &[Value]) -> ResultType;
The type that functions called in Rurtle must have.
The first parameter is the Environment in which the function is executed and the second argument are the function's parameters.