AbstractSyntaxNotation1Element.nill

"Decodes" a $(MONO NULL), by which I mean: returns nothing, but throws exceptions if the element is not correct.

Note: I had to name this method "nill," because "NULL" is a keyword in D.

class AbstractSyntaxNotation1Element(Element)
abstract @property const
void
nill
()

Throws

Meta