Open Titaniumtown opened 3 years ago
Could using % on ApInts be implemented? For example
%
s = a % b;
currently fails with this error:
cannot mod `ApInt` by `ApInt`
Could using
%
on ApInts be implemented? For examplecurrently fails with this error: