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 f404d70 commit 0bbfbe0Copy full SHA for 0bbfbe0
test/runtests.jl
@@ -8,6 +8,8 @@ using StaticArrays
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
+@test isone(ArrayInterface.known_first(typeof(StaticArrays.SOneTo(7))))
12
+@test ArrayInterface.known_last(typeof(StaticArrays.SOneTo(7))) == 7
13
14
using LinearAlgebra, SparseArrays
15
0 commit comments