[][src]Type Definition simble::Symbol

type Symbol = Lexical;

Alias for Lexical, which is the default Symbol type because it sorts without surprises. If consistent sort order is not important, you can just use Printable exclusively: use simble::Printable as Symbol.