Function re_query_cache::iter_or_repeat_opt
source · pub fn iter_or_repeat_opt<C>(
this: Option<&[Option<C>]>,
len: usize
) -> impl Iterator<Item = &Option<C>> + '_Expand description
Iterates over the data of an optional component, or repeat None values if it’s missing.