On 4/1/2014 1:57 PM, Andrej Mitrovic wrote:
immutable bool[256] tab2 =
     iota(0, 0x100)
     .map!(i => isIdentifierChar0(cast(ubyte)i))
     .array;


Yup, that works. Purty nice!

Reply via email to