elmesque
elmesque copied to clipboard
Question: Why `Elem::Nill`?
I am used to see nil and null, but not nill. Is it just me that finds Nill a bit strange?
Ahh good spot, its a mistake :)
I've been using None lately as it doesn't create a conflict with the std None anymore, now that enums are name-spaced - what are your thoughts?
None is good.