Compile time string manipulation caveats

Hasan Aljudy hasan.aljudy at gmail.com
Sat Feb 24 15:32:36 PST 2007


I discovered that compile-time functions can't use non-static arrays .. 
implying that we can't use char[] which is a dynamic array.
However, this is essential for any non-trivial string parsing (even for 
trivial ones, in fact), so how do we overcome this problem?




More information about the Digitalmars-d mailing list