Skip to main content

enumerate_indices

Function enumerate_indices 

Source
pub fn enumerate_indices(
    index_domains: Vec<Moo<GroundDomain>>,
) -> impl Iterator<Item = Vec<Literal>>
Expand description

For some index domains, returns a list containing each of the possible indices.

See try_enumerate_indices for the fallible variant.