On 08/03/2012 12:38 PM, Namespace wrote:
In context with my post here:
http://forum.dlang.org/thread/gajrorlwnrriljxnx...@forum.dlang.org#post-egvyqwkcqjglhrvujkar:40forum.dlang.org


I wrote the last days a NotNull Parser.
What is this?
The NotNull Parser generate for parameter statements with a
following "?" valid preconditions.

Example:
[code]
void foo(Object? o) {
    // do something with o
}
[/code]

will convert into

The notation 'T?' is normally used for a nullable type.

Reply via email to