1Prelude.ltruncate(3kaya) Kaya module reference Prelude.ltruncate(3kaya)
2
3
4
6 Prelude::ltruncate - Remove characters from the left of a string, in-
7 place.
8
10 Void ltruncate( Int i, String x )
11
13 i The number of characters to remove
14
15 x The String to remove from
16
18 Remove the first i characters from a string, in-place.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Prelude.behead (3kaya)
32 Prelude.rtruncate (3kaya)
33
34
35
36Kaya December 2010 Prelude.ltruncate(3kaya)