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 dff768a commit 01abdc3Copy full SHA for 01abdc3
base/deprecated.jl
@@ -1,5 +1,5 @@
1
# This file is a part of Julia. License is MIT: http://julialang.org/license
2
-#
+
3
# Deprecated functions and objects
4
#
5
# Please add new deprecations at the bottom of the file.
test/perf/array/indexing.jl
@@ -1,3 +1,5 @@
+# This file is a part of Julia. License is MIT: http://julialang.org/license
# Performance testing
import Base: unsafe_getindex
test/perf/array/perf.jl
include("../perfutil.jl")
include("indexing.jl")
0 commit comments