you’re high on mushrooms in the Viking age, the gods are everywhere

  • 1 Post
  • 17 Comments
Joined 4 months ago
cake
Cake day: February 19th, 2024

help-circle












  • I think the general idea would be to take the original const, and create a new const with the new location applied. Destroy the original when it’s no longer needed or scoped. State maintained through parameters passed to the move function e.g. move(original const, new location) -> new const object instead of stateful members in the object like move(mutable, new location) -> updated mutable.