Go to the source code of this file.
Functions | |
struct | TextTemplate (T) |
typedef | TextTemplate (char) Text |
Variables | |
module mango utils | Text |
|
Placeholder for a variety of wee functions. Some of these are handy for Java programmers, but the primary reason for their existance is that they don't allocate memory ~ processing is performed in-place. This module is now deprecated in favour of mango.text.Text *** Replace all instances of one char with another (in place) Return the index of the first instance of 'match', starting at position 'start' Return the index of the first instance of 'match', starting at position 'start' Is the argument a whitespace character? Trim the provided string by stripping whitespace from both ends. Returns a slice of the original content. Definition at line 53 of file utils/Text.d. References assert(), TextTemplate(), and version. |
|
Placeholder for a variety of wee functions. Some of these are handy for Java programmers, but the primary reason for their existance is that they don't allocate memory ~ processing is performed in-place. |
|
Definition at line 39 of file utils/Text.d. |