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 84bf6f9 commit 58b38ddCopy full SHA for 58b38dd
README.md
@@ -29,7 +29,7 @@ flat vectors is fair game.
29
## New Features!
30
### v0.7.0
31
- Much faster (and lazier) arrays of subcomponents
32
-```julia-repl
+```julia
33
julia> ca = ComponentArray(a=5, b=(a=zeros(4,4), b=0), c=(a=[(a=1, b=2), (a=3, b=1), (a=1, b=2), (a=3, b=1)], b=[1., 2., 4]));
34
35
julia> @btime sum(x.a + x.b for x in $ca.c.a);
0 commit comments