cairo-vm-go
cairo-vm-go copied to clipboard
Move `WriteToNthStructField` function to Memory package
WriteToNthStructField
function is currently defined in Hinter package in operand.go file. This is not the right place for this function, which writes some value to memory. Nothing related to operands.
- Move the function to the Memory package in the appropriate file
- Update the codebase where it is needed