You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-12 01:00:16 +02:00
Further simplify Box
diagrams (#409)
* Further simplify `Box` diagrams I think we can improve the drawing by simplifying them and making them more symbolic. Followup to #374. * Apply suggestions from code review
This commit is contained in:
@ -21,8 +21,6 @@ fn main() {
|
||||
: : : :
|
||||
: list : : :
|
||||
: +------+----+----+ : : +------+----+----+ +------+----+----+ :
|
||||
: | Tag | .0 | .1 | : : | Tag | .0 | .1 | | Tag | .0 | .1 | :
|
||||
: +------+----+----+ : : +------+----+----+ +------+----+----+ :
|
||||
: | Cons | 1 | o--+----+-----+--->| Cons | 2 | o--+--->| Nil | // | // | :
|
||||
: +------+----+----+ : : +------+----+----+ +------+----+----+ :
|
||||
: : : :
|
||||
|
Reference in New Issue
Block a user