Enum should be a scalar for broadcast #30669
Labels
broadcast
Applying a function over a collection
good first issue
Indicates a good issue for first-time contributors to Julia
It seems like we need a definition
like the ones here.
Pointed out recently on discourse.
This won't break backwards compatibility, because currently broadcasting over an enum gives
MethodError: no method matching length(::Foo)
.The text was updated successfully, but these errors were encountered: