Nil
The nil
type represents the absence of a value, and is considered undefined:
The nil
type has only one possible representation, nil
.
Instead of an error or exception, an undefined value is represented by nil
:
Last updated
The nil
type represents the absence of a value, and is considered undefined:
The nil
type has only one possible representation, nil
.
Instead of an error or exception, an undefined value is represented by nil
:
Last updated