[][src]Function rusty_rubik::cube::get_index_of_state

pub fn get_index_of_state(state: &CubeState) -> (u32, u16, u64)

Returns a triple representing a compressed representation of a Rubik's Cube configuration.

The elements of the triple consist of a corner index, an edge orientation (EO) index, and an edge permutation (EP) index.