Toggle menu
Nitlanguage.org
Nitdoc
nitc
doc
static
static_base
DocTab
is_empty
fun
is_empty
:
Bool
nitc
::
DocTab
::
is_empty
Doc
Linearization
Summary
Is this tab empty?
Is this tab empty?
Summary
Property definitions
nitc$DocTab$is_empty
Property definitions
nitc
$
DocTab
::
is_empty
# Is this tab empty?
fun
is_empty
:
Bool
do
return
content
.
is_empty
src/doc/static/static_base.nit:329,2--330,46