Is there a way to define a function for all Array ...
# announcements
r
Is there a way to define a function for all Array types (IntArray, LongArray, etc.)
k
No, the stdlib solves this with code generation.
😞 1