pub fn build_space(
profile: &Profile,
) -> Result<PermutationSpace, PermutationError>Expand description
Build a permutation space from a parsed SimC profile.
ยงErrors
Returns an error when a slot has too many candidates. Cartesian products not exactly representable by the JavaScript API are also rejected.