-
@simonbs I also hadn’t thought of the loop case until I decided to test it out to see how exactly guard works just now :)
-
@simonbs It seems like
guard
checks that it is impossible to get to the end of the block, just like functions that return a value make sure that a value is actually returned. Guard is more complex than I initially assumed!