doIt

TODO: Can D do better than C++ here? Does this automatically deduce to CommonType and if so do we need to declare it? Or does it suffice to constructors?

version(none && none)
doIt
(
ubyte x
)

Examples

TODO: Can D do better than C++ here? Does this automatically deduce to CommonType and if so do we need to declare it? Or does it suffice to constructors?

auto x = 0.doIt;

Meta