Switch Slice(1,2, ...)
API to create new Array
without deferring
#362
Labels
code cleanup
Tasks that require general code improvements to improve readability
good first issue
Good for newcomers
performance
These functions in
CompanionSlice
should createnew Array
directly to remove input type-check performed byscala.Array(a, b, c ... )
For example
The text was updated successfully, but these errors were encountered: