Skip to content

Commit ac27a70

Browse files
committed
Add docstring.
1 parent e46a068 commit ac27a70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/custom_collections/CatVector.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"""
17
struct CatVector{T, N, V<:AbstractVector{T}} <: AbstractVector{T}
28
vecs::NTuple{N, V}
39
end

0 commit comments

Comments
 (0)