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 588d20d commit 97f881cCopy full SHA for 97f881c
src/partials.jl
@@ -1,4 +1,4 @@
1
-immutable Partials{N,V} <: AbstractVector{V}
+struct Partials{N,V} <: AbstractVector{V}
2
values::NTuple{N,V}
3
end
4
0 commit comments