We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4125f4c + e9aa4c2 commit 6ad8410Copy full SHA for 6ad8410
doc/stdlib/constants.rst
@@ -32,3 +32,31 @@ Constants
32
.. data:: LOAD_PATH
33
34
An array of paths (as strings) where the ``require`` function looks for code.
35
+
36
+.. data:: JULIA_HOME
37
38
+ A string containing the full path to the directory containing the ``julia`` executable.
39
40
+.. data:: ANY
41
42
+ Equivalent to ``Any`` for dispatch purposes, but signals the compiler to skip code generation specialization for that field
43
44
+See also:
45
46
+:data:`STDIN`
47
+:data:`STDOUT`
48
+:data:`STDERR`
49
+:data:`ENV`
50
+:data:`ENDIAN_BOM`
51
+:data:`MS_ASYNC`
52
+:data:`MS_INVALIDATE`
53
+:data:`MS_SYNC`
54
+:data:`DL_LOAD_PATH`
55
+:data:`RTLD_DEEPBIND`
56
+:data:`RTLD_LOCAL`
57
+:data:`RTLD_NOLOAD`
58
+:data:`RTLD_LAZY`
59
+:data:`RTLD_NOW`
60
+:data:`RTLD_GLOBAL`
61
+:data:`RTLD_NODELETE`
62
+:data:`RTLD_FIRST`
0 commit comments