raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

`rows` parameter accessor

Open GloriousPtr opened this issue 4 months ago • 0 comments

Reposting from odin discord channel.

Image

Basically if we have rows($, array(data, len), len, capacity), we will not be able to refer to "array" bit directly. I proposed a possible solution to name the expression for the parameter like so: rows($, arr = array(data, len), len, capacity) and make it accessible via var.arr

GloriousPtr avatar Aug 08 '25 15:08 GloriousPtr