"Decodes" a 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.
See Implementation
"Decodes" a 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.