EddTests
MModular
•Created by EddTests on 9/8/2023 in #questions
error: expression must be mutable in assignment
I'm trying to create a fibonacci struct:
However it's failing with this error:
Any hints on what I need to do to be able to update the values in the struct? I thought
inout self
was enough7 replies