some nodes operate on integers (such as list length, random number seed, etc) and storing them as doubles is ineffective and might lead to confusion
Cons:
requires additional int <-> double conversions
Pros:
- some nodes operate on integers (such as list length, random number seed, etc) and storing them as doubles is ineffective and might lead to confusion
Cons:
- requires additional int <-> double conversions
Pros:
Cons: