Nullable types

Getting a default value from a nullable

Initializing a nullable

Check if a Nullable has a value

Get the value of a nullable type

Check if a generic type parameter is a nullable type

Default value of nullable types is null

Effective usage of underlying NullableT argument