array::iter #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#6 (comment)
being constrained to access by reference and not value, this means that there exists a need for a wrapper function that dereferences the address returned by an array::get call, and stores its result in an appropriately typed buffer (e.g. a by statically typing the pointer argument) before sending that to the supplied monad for iteration
could there be a way to directly overwrite the function call's registers and pass by value this way, without a wrapper function ?
iterto array::iter