Commits

Erik Eckstein committed 075dbe2242a
stdlib: Make comparison functions for optional nil transparent This will generate significantly better code if a generic optional is compared against nil. In a generic function this ended up with a call to the == function. Now, due to mandatory inlining, it boils down to a switch_enum.