Also note, that every stdlib function cost a lot –...
# stdlib
o
Also note, that every stdlib function cost a lot – not just by bytecode size, but also multiplied by platforms (if its not common code), docs, maintenance, number of overloads (for arrays for primitive types) and method count (Android), etc, etc.
🤔 1
👍 2