.Flux.NilNumber
nil
const
defined in module
Flux.NilNumber
nil = Nil()
Nil
is a singleton type with a single instance
nil
. Unlike
Nothing
and
Missing
it is a number:
Nil <: Real <: Number
.
The following page links back here: