A builder factory that generates a generic array.
A builder factory that generates a generic array.
Called instead of Array.newBuilder
if the element type of an array
does not have a class tag. Note that fallbackBuilder factory
needs an implicit parameter (otherwise it would not be dominated in
implicit search by Array.canBuildFrom
). We make sure that
implicit search is always successful.
Contains a fallback builder for arrays when the element type does not have a class tag. In that case a generic array is built.