array.size
and string.size
calls.
While such calls are legitimate, they require an additional implicit
conversion to SeqLike
to be made.
Considering the common use cases, calling length
on arrays and strings
may provide significant advantages.