pub fn enum_from_index<E: Clone, I: GenericIndex<E, N>, const N: usize>(
    idx: I
) -> E