test70

Undocumented in source.
immutable
auto test70 = q{--- test70 // usage of member expr in condition struct GameMap { bool blocked; bool block_sight; } void initialize_tiles(GameMap* map) { if (map.blocked) { map.block_sight = true; } } };

Meta