Function ifNone

execute fun without parameter if option isNone

auto ifNone(alias fun, OptT) (
  OptT opt
);