Type Definition naan::impls::vec::append0

source ·
pub type append0<T> = Curry2<fn(_: T, _: Vec<T>) -> Vec<T>, Nothing<T>, Nothing<Vec<T>>, Vec<T>>;
Expand description

curried append waiting for both arguments