We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c4e7a2 + 922aead commit 2b05794Copy full SHA for 2b05794
src/stackarray.jl
@@ -2,7 +2,7 @@
2
# Definition and constructors:
3
"""
4
```julia
5
- StackArray{T,N,L,D} <: DenseTupleArray{T,N,L,D} <: DenseArray{T,N} <: AbstractArray{T,N}
+ StackArray{T,N,L,D} <: DenseTupleArray{T,N,L,D} <: DenseStaticArray{T,N} <: DenseArray{T,N} <: AbstractArray{T,N}
6
```
7
`N`-dimensional dense stack-allocated array with elements of type `T`.
8
0 commit comments