Toggle menu
Nitlanguage.org
Nitdoc
nitcorn
server_config
Routes
remove
fun
remove
(e:
Route
)
nitcorn
::
Routes
::
remove
Doc
Linearization
Summary
Remove
e
from
self
Remove
e
from
self
Summary
Property definitions
nitcorn$Routes$remove
Property definitions
nitcorn
$
Routes
::
remove
# Remove `e` from `self`
fun
remove
(
e
:
Route
)
do
routes
.
remove
e
lib/nitcorn/server_config.nit:129,2--130,40