Type Definition naan::impls::vec::append1

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

curried append that has a T and is waiting for the Vec to push it to