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 e46a068 commit ac27a70Copy full SHA for ac27a70
src/custom_collections/CatVector.jl
@@ -1,3 +1,9 @@
1
+"""
2
+$(TYPEDEF)
3
+
4
+An `AbstractVector` subtype that acts as a lazy concatenation of a number
5
+of subvectors.
6
7
struct CatVector{T, N, V<:AbstractVector{T}} <: AbstractVector{T}
8
vecs::NTuple{N, V}
9
end
0 commit comments