Skip to main content

cached_runtime_rotated_jigsaws

Function cached_runtime_rotated_jigsaws 

Source
fn cached_runtime_rotated_jigsaws<'cache, 'a>(
    location: &Identifier,
    template: &'a TemplateData,
    rotation: Rotation,
    cache: &'cache mut FxHashMap<Identifier, [Option<Vec<TransformedJigsaw<'a>>>; 4]>,
) -> &'cache [TransformedJigsaw<'a>]