Function parser_c::syntax::ast::fmapInitList
[−]
pub fn fmapInitList<A, B, F: Fn(A) -> B>(
_f: F,
a: CInitializerList<A>
) -> CInitializerList<B>