Eikonal
Documentation for Eikonal.
Eikonal.brgc โ Methodbrgc(n)Get the Binary-Reflected Gray Code list for n bits (most significant bit last, i.e. using the reflect-and-suffix method).
Eikonal.subtuples โ Methodsubtuples(t::NTuple{N, T}) where {N, T}Generate the list of all sub-tuples obtained by removing one element from t.