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 1838f88 commit 996e272Copy full SHA for 996e272
base/abstractarraypatch.jl
@@ -1,3 +1,5 @@
1
+# This file is a part of Julia. License is MIT: https://julialang.org/license
2
+
3
## copy between abstract arrays - generally more efficient
4
## since a single index variable can be used.
5
## copyto_unaliased! use @simd to speed up, so these definition is seperated from abstractarray.jl
0 commit comments