Toggle menu
Nitlanguage.org
Nitdoc
core
error
MaybeError
is_error
fun
is_error
:
Bool
core
::
MaybeError
::
is_error
Doc
Linearization
Summary
It there an error?
It there an error?
Summary
Property definitions
core$MaybeError$is_error
Property definitions
core
$
MaybeError
::
is_error
# It there an error?
fun
is_error
:
Bool
do
return
maybe_error
!=
null
lib/core/error.nit:75,2--76,49