example

Function map_array16

Source
pub fn map_array16<T, R>(a: [T; 16], f: impl Fn(T) -> R) -> [R; 16]