pub const DATA: Op;
Expand description
§PredicateData
0x3A
: DATA
Access a range of len
words starting from value_ix
within the
predicate data located at slot_ix
.
Returns a list of predicate data words with length equal to the specified len.
§Stack Input
[slot_ix, value_ix, len]
§Stack Output
[word, ...]
The stack output length depends on the value of the len
stack input word.
§Panics
- slot_ix is out of range.
- The range
value_ix..(value_ix + len)
is out of range.