Compares a and b as field elements. if a < b then compareStringAttributes(a,b) = -1; if a == b then compareStringAttributes(a,b) = 0; if a > b then compareStringAttributes(a,b) = 1;
Generated using TypeDoc
Compares a and b as field elements. if a < b then compareStringAttributes(a,b) = -1; if a == b then compareStringAttributes(a,b) = 0; if a > b then compareStringAttributes(a,b) = 1;