JPP: Fixed FN naming in bineral and made number range/root in xD
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 44s
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 44s
This commit is contained in:
parent
cd276ecff6
commit
278679499f
24 changed files with 272 additions and 68 deletions
|
|
@ -84,12 +84,17 @@ public enum T002ᖟ implements TerminatorEnum𓄯<T002ᖟ>, KaasOdeurBineral<T00
|
|||
return ghostsInTailOfNavajo;
|
||||
}
|
||||
|
||||
@Override
|
||||
public T002ᖟ inverse() {
|
||||
return valueOf(!toNavajo());
|
||||
}
|
||||
|
||||
public static T002ᖟ valueOf(final int index) {
|
||||
return 亞ᴬᴸᴸ[index];
|
||||
}
|
||||
|
||||
public static T002ᖟ valueOf(final boolean value) {
|
||||
return valueOf(value?0:1);
|
||||
return valueOf(value ? 0 : 1);
|
||||
}
|
||||
|
||||
public static int valuesLength() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue