> Is this enough?
> struct NotNull(T) if (is(T.init is null)) {

Sorry, I meant:

struct NotNull(T) if (T.init is null) {

Bye,
bearophile

Reply via email to