stanch / reftree

Automatically generated diagrams and animations for Scala data structures

Home Page:http://stanch.github.io/reftree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using UNICODE NULL symbol '␀' for nulls

pathikrit opened this issue · comments

Char nullSymbol = '␀'
commented

While the semantics appeal to me, I am not convinced, because this symbol is somewhat hard to read in comparison to ...

Maybe an option override it then? RefTree.Null(displayAs = "␀"). I can imagine people may want to display it as string "NULL".