In the part “Fill the Map With Walls” on page 90 it is stated that the iterator passes variable t inside the closure as reference, but it should be a mutable reference &mut TileType.
In the part “Fill the Map With Walls” on page 90 it is stated that the iterator passes variable t inside the closure as reference, but it should be a mutable reference &mut TileType.