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.
1 parent 02af5f0 commit f601f7eCopy full SHA for f601f7e
test/runtests.jl
@@ -7,6 +7,7 @@ using StaticArrays
7
@test ArrayInterface.ismutable(@SVector [1,2,3]) == false
8
@test ArrayInterface.ismutable(@MVector [1,2,3]) == true
9
@test ArrayInterface.ismutable(1:10) == false
10
+@test ArrayInterface.ismutable((0.1,1.0)) == false
11
12
using LinearAlgebra, SparseArrays
13
0 commit comments