Toggle menu
Nitlanguage.org
Nitdoc
core
text
abstract_text
Text
first
fun
first
:
Char
core
::
Text
::
first
Doc
Linearization
Summary
Gets the first char of the Text
Gets the first char of the Text
Summary
Property definitions
core$Text$first
Property definitions
core
$
Text
::
first
# Gets the first char of the Text
fun
first
:
Char
do
return
self
.
chars
[
0
]
lib/core/text/abstract_text.nit:101,2--102,40