I was thinking to make a new page for int64(), also wanted to understand the other requirements, if possible please elaborate the demanded features in first comment
add an example showing that int64()<=> are handled without loss of information
I have started to work on that, but implementation/tests are blocked by the #14396 (closed)
add an example with booleans. Compare the speed wrt to bool2s() one.
Basically, double(booleans), bool2s(booleans), iconvert(booleans,0) do the same thing.
The idea would be to tic-toc them in order to compare their speed. Not really important. Just an idea of example.
Finally, an history section must be created:
History
6.0
New int64 and uint64 encoded integers can now be processed.
When the new en_US version of the updated page will be stable (and only then), changes would have to be copied into the other existing language releases (in english).
In other language, the title of the history section is rather:
Historique (fr_FR)
履歴 (ja_JP)
Histórico (pt_BR)
История (ru_RU)
Thanks!