Skip to content

Commit 25ffaea

Browse files
rossbergMs2ger
authored andcommitted
[spec] Add reference types to overview (#1394)
1 parent e87021b commit 25ffaea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

document/core/intro/overview.rst

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ This language is structured around the following concepts.
2323
Instead, integers are interpreted by respective operations
2424
as either unsigned or signed in two’s complement representation.
2525

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+
2629
.. _instruction:
2730

2831
**Instructions**

0 commit comments

Comments
 (0)