Type Alias I64Fn

Source
pub type I64Fn<T> = fn(&str, i64, &Environment<T>, &mut T) -> bool;