module char_strings_runme; import tango.text.convert.Integer; import char_strings.char_strings; const char[] CPLUSPLUS_MSG = "A message from the deep dark world of C++, where anything is possible."; const char[] OTHERLAND_MSG = "Little message from the safe world."; void main() { const uint count = 10000; uint i = 0; // get functions for (i=0; i