In addition (or instead of) the ternary operator; I would very much like to see an operator like:
Python's OR for selecting a non-None value: foo = bar or baz Swift's ?? operator for using a value if non-nil or otherwise another value: foo = bar ?? "default" -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.