String.erase¶
erase :: fn (str: *string, index: s32) bool
Erase one character at index position and return true when character was erased. The ‘index value is checked to fit in string bounds.
Declared in: string.bl
erase :: fn (str: *string, index: s32) bool
Erase one character at index position and return true when character was erased. The ‘index value is checked to fit in string bounds.
Declared in: string.bl