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.
buffer
1 parent 7213c4c commit 561848dCopy full SHA for 561848d
src/ArrayInterface.jl
@@ -85,7 +85,7 @@ _has_parent(::Type{T1}, ::Type{T2}) where {T1,T2} = True()
85
buffer(x)
86
87
Return the buffer data that `x` points to. Unlike `parent(x::AbstractArray)`, `buffer(x)`
88
-may not return another array.type.
+may not return another array type.
89
"""
90
buffer(x) = parent(x)
91
buffer(x::SparseMatrixCSC) = getfield(x, :nzval)
0 commit comments