Skip to main content

map_all

Function map_all 

Source
pub fn map_all<T: Copy, U>(color: [T; 4], f: impl Fn(T) -> U) -> [U; 4]