Type Definition simble::Symbol

source ·
pub type Symbol = Lexical;
Expand description

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.