Toggle menu
Nitlanguage.org
Nitdoc
nitcorn
server_config
Routes
add
fun
add
(e:
Route
)
nitcorn
::
Routes
::
add
Doc
Linearization
Summary
Add
e
to
self
Add
e
to
self
Summary
Property definitions
nitcorn$Routes$add
Property definitions
nitcorn
$
Routes
::
add
# Add `e` to `self`
fun
add
(
e
:
Route
)
do
routes
.
add
e
lib/nitcorn/server_config.nit:126,2--127,34