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
Theoretically these can be implemented via classes extending Number and based on several integer primitives. Currently all the stuff higher than 64 bits goes through BigInteger which is available in Kotlin/JVM only (which may be available in Kotlin stdlib some day).
Please leave a comment if anybody needs these types and / or are willing to work on that -- this could be useful when multi-platform version of the library is available.
The text was updated successfully, but these errors were encountered:
Theoretically these can be implemented via classes extending
Number
and based on several integer primitives. Currently all the stuff higher than 64 bits goes throughBigInteger
which is available in Kotlin/JVM only (which may be available in Kotlin stdlib some day).Please leave a comment if anybody needs these types and / or are willing to work on that -- this could be useful when multi-platform version of the library is available.
The text was updated successfully, but these errors were encountered: