[][src]Function catalan::tree::catalan_tree

pub fn catalan_tree<'a, T>(
    _: usize
) -> Iter<'a, fn(_: &[fn(_: T, _: T) -> T], _: &[T]) -> T>