yurrig

Results 1 comments of yurrig

Also it would be nice to visualize pointers to containers, e.g. ``` struct MyPoint { int x; int y; }; std::vector * pts; ```