Type Alias Function2

Source
pub type Function2 = fn(Value, Value) -> Value;