We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb05cd commit a089050Copy full SHA for a089050
src/structarray.jl
@@ -532,9 +532,9 @@ BroadcastStyle(::Type{SA}) where {SA<:StructArray} = StructArrayStyle{typeof(cst
532
always_struct_broadcast(style::BroadcastStyle)
533
534
Check if `style` supports struct-broadcast natively, which means:
535
-1) `Base.copy` is not overloaded.
536
-2) `Base.similar` is defined.
537
-3) `Base.copyto!` supports `StructArray`s as broadcasted arguments.
+1. `Base.copy` is not overloaded.
+2. `Base.similar` is defined.
+3. `Base.copyto!` supports `StructArray`s as broadcasted arguments.
538
539
If any of the above conditions are not met, then this function should
540
not be overloaded.
0 commit comments