On Friday, September 23, 2016 at 6:15:25 PM UTC-4, Pablo Zubieta wrote:
>
> The problem is empty arrays, when the type cannot be inferred broadcast 
> uses the types of each element to build the array. When there are no 
> elements it doesn't know what type to choose.
>

 (For the empty array broadcast and map rely on type inference.  If you 
have type-stable functions, and concretely typed arrays (not Any[]), then 
it should be fine.)

Reply via email to