Skip to main content

layered_keys

Function layered_keys 

Source
pub const fn layered_keys<K, const L: usize, const LAYER_COUNT: usize>(
    keys: [Option<K>; L],
) -> [Option<K>; LAYER_COUNT]
where K: Copy,
Expand description

Constructs an array of keys for the given array.