Toggle menu
Nitlanguage.org
Nitdoc
sax
helpers
namespace_support
Context
empty=
private
fun
empty=
(empty:
Collection
[
String
])
sax
::
Context
::
empty=
Doc
Linearization
Summary
Property definitions
sax::namespace_support$Context$empty=
Property definitions
sax
$
Context
::
empty=
var
empty
:
Collection
[
String
]
=
new
Array
[
String
]
.
with_capacity
(
0
)
lib/sax/helpers/namespace_support.nit:401,2--67