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.
2 parents 053ada8 + a294fd8 commit 29f1fa6Copy full SHA for 29f1fa6
src/viewtypes.jl
@@ -35,7 +35,6 @@ struct TupleView{T, N, Skip, A} <: AbstractVector{T}
35
data::A
36
connect::Bool
37
end
38
-Base.show(io::IO, ::Type{<: TupleView{T, N, Skip}}) where {T, N, Skip} = print(io, "TupleView{$T, $Skip}")
39
40
function Base.size(x::TupleView{T, N, M}) where {T, N, M}
41
nitems = length(x.data) ÷ (N - (N - M))
0 commit comments