example
0.1.0
example
Function
map_array16
Copy item path
Source
pub fn map_array16<T, R>(a:
[T; 16]
, f: impl
Fn
(T) -> R) ->
[R; 16]