On Saturday, 1 July 2017 at 22:09:49 UTC, Jonathan Marler wrote:
I'm not sure what you meant in your comment by "the separation in two halves make it harder to read"....I've rewritten the same graph so it looks more like the GraphViz version:

graph BT
  mutable --> const
  inout_const[inout const] --> const
  inout --> inout_const
  immutable --> inout_const
  immutable --> inout_shared_const[inout shared const]
  inout_shared[inout shared] --> inout_shared_const
  shared --> shared_const[shared const]
  inout_shared_const --> shared_const

That does look way nicer, thanks!

Reply via email to