Toggle menu
Nitlanguage.org
Nitdoc
core
kernel
Int
is_nomatch
private
fun
is_nomatch
:
Bool
core
::
Int
::
is_nomatch
Doc
Linearization
Summary
Property definitions
core::re$Int$is_nomatch
Property definitions
core
::
re
$
Int
::
is_nomatch
private
fun
is_nomatch
:
Bool
`{ return self == REG_NOMATCH; `}
lib/core/re.nit:100,2--63