We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87021b commit 25ffaeaCopy full SHA for 25ffaea
document/core/intro/overview.rst
@@ -23,6 +23,9 @@ This language is structured around the following concepts.
23
Instead, integers are interpreted by respective operations
24
as either unsigned or signed in two’s complement representation.
25
26
+ Finally, values can consist of opaque *references* that represent pointers towards different sorts of entities.
27
+ Unlike with other types, their size or representation is not observable.
28
+
29
.. _instruction:
30
31
**Instructions**
0 commit comments