Type Alias Function3

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