glitch/extended/function_ext

Functions

pub fn compose(fun1: fn(a) -> b, fun2: fn(b) -> c) -> fn(a) -> c
pub fn constant(value: a) -> fn(b) -> a
Search Document