Creates an empty Optional with no value.
Example:
var empty = Optional.empty<string> (); assert (empty.isEmpty ());
an empty Optional.