We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d005f8 commit 758baeeCopy full SHA for 758baee
1 file changed
src/containers.jl
@@ -1,6 +1,10 @@
1
# generation of some containers filled with random values
2
3
4
+if VERSION < v"1.2.0-DEV.257"
5
+ Base.:(!=)(x) = Base.Fix2(!=, x)
6
+end
7
+
8
function make_argument(param)
9
if param isa Symbol
10
param
0 commit comments