toBin

2020-12-24 Thread xigoi
Here's the documentation of Nim's standard library, you can find everything using the search bar:

toBin

2020-12-24 Thread archnim
Cool ! Thank you.

toBin

2020-12-24 Thread archnim
Hello world. Is there any function in the std lib that takes a variable (or const) of any type, and returns its binary representation ? If not, which aproach could be the best the create such an algorithm ?

toBin

2020-12-24 Thread archnim
I'm struggling to find a tuto on binary operations in Nim. Can you please give me some links.

toBin

2020-12-24 Thread juancarlospaco
` strutils.toBin ` Run