You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results.stream().sorted().forEach(x -> System.out.println(x));
Exception in thread "main" java.lang.ClassCastException: class dev.obrienlabs.performance.nbi.math.ULong128Impl cannot be cast to class java.lang.Comparable (dev.obrienlabs.performance.nbi.math.ULong128Impl is in unnamed module of loader 'app'; java.lang.Comparable is in module java.base of loader 'bootstrap')
The text was updated successfully, but these errors were encountered:
as part of #10
fix
The text was updated successfully, but these errors were encountered: