.Flux.NilNumber
Nil
struct
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
.
There are
5
methods for Flux.NilNumber.Nil
:
The following page links back here: