|
|
|
|
|
by andrewzah
2242 days ago
|
|
No. Other languages don't publish/import packages that are one line of code. I have never seen an issue like this with any other language that I've worked with. Any sane developer that needed a one-liner like this would just manually implement it. Not to mention that these sorts of functions are unnecessary in languages with a good stdlib or statically typed languages like rust, etc. |
|