Skip to content

Commit 09ce96a

Browse files
author
Christopher Doris
committed
undocumented unused flags
1 parent a4bc86e commit 09ce96a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/API/types.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ The type parameters are all optional, and are:
6666
- `:mutable`: The array is mutable.
6767
- `:linear`: Supports fast linear indexing.
6868
- `:contiguous`: Data is F-contiguous. Implies `:linear`.
69-
- `:copy`/`:nocopy`: Whether or not a copy of the data may be taken.
7069
"""
7170
struct PyArray{T,N,F} <: AbstractArray{T,N}
7271
ptr::Ptr{Cvoid} # pointer to the data

0 commit comments

Comments
 (0)