veloren_voxygen
0.16.0
In veloren_voxygen::render::renderer::locals
Function
veloren_voxygen
::
render
::
renderer
::
locals
::
arr_zip_map
Copy item path
source
ยท
[
−
]
fn arr_zip_map<const N:
usize
, A, B, C>( a:
[A; N]
, b:
[B; N]
, f: impl
Fn
(A, B) -> C, ) ->
[C; N]