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 b0fa33b commit 5f8eba9Copy full SHA for 5f8eba9
courses/fundamentals_of_ada/adv_280_low_level_programming.rst
@@ -266,7 +266,7 @@ Record Representation Clauses
266
Unchecked Unions
267
------------------
268
269
-* Allows using **discriminated** records as C's :c:`union`
+* Allows replicating C's :c:`union` with **discriminated** records
270
* Discriminant is **not stored**
271
* No discriminant check
272
* Object must be **mutable**
0 commit comments