Kaba function string.head ed
Selects characters from the beginning of a string.
Syntax ed
func pure string.head(size: i32) -> string
Parameters ed
- size: i32
- How many characters to select from the beginning?
Return ed
The selected head.
Selects characters from the beginning of a string.
func pure string.head(size: i32) -> string
The selected head.