As we experienced with the test suite, type guards that require any Int or any Uint are currently not possible. @JonathanLorimer had some good suggestions to be found here.
We should keep in mind that we want the ability to add new types to be fairly simple, so laborious solutions should be avoided if possible.
As we experienced with the test suite, type guards that require any Int or any Uint are currently not possible. @JonathanLorimer had some good suggestions to be found here.
We should keep in mind that we want the ability to add new types to be fairly simple, so laborious solutions should be avoided if possible.