notNull

A shortcut to @suffix("NOT NULL")

Does not perform any kind of a null check in D.

enum notNull = suffix("NOT NULL");

Meta