fluxprotocol/oracle-vm

Implement FIND opcode

FranklinWaller opened this issue · 0 comments

Allows you to search an array for a specific value

  • return index of the item inside the array
  • Allows for multiple "queries"
  • Only allowed on the "array" type
  • Store index as u16