mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #4883 from Githubaccountlol/master
Correct core/mem/doc.odin
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ a multipointer can be indexed, but does not have a definite length. A slice is
|
|||||||
a pointer that points to multiple objects equipped with the length, specifying
|
a pointer that points to multiple objects equipped with the length, specifying
|
||||||
the amount of objects a slice points to.
|
the amount of objects a slice points to.
|
||||||
|
|
||||||
When object's values are read through a pointer, that operation is called a
|
When an object's values are read through a pointer, that operation is called a
|
||||||
*load* operation. When memory is read through a pointer, that operation is
|
*load* operation. When memory is written to through a pointer, that operation is
|
||||||
called a *store* operation. Both of these operations can be called a *memory
|
called a *store* operation. Both of these operations can be called a *memory
|
||||||
access operation*.
|
access operation*.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user