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
Homogenous meaning it'd be cool if they all used the same thing internally (e.g. Parity's uint types).
A macro (or maybe some sort of generic implementation using const generics?) would help us write all the methods, operator implementations, etc. once only rather than copy-pasting code.