null
value (where as there is no special "void" value). With all of the problems surrounding null
and NullPointerException
s in languages like Java and C, it may seem that this type should be avoided. However, it remains a very useful abstraction to have around and, in Whiley, it is treated in a completely safe manner (unlike e.g. Java).
@author David J. Pearce
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|