On Thursday, 2 January 2014 at 15:31:25 UTC, bearophile wrote:
If you know that you have N strings, then a solution is (untested):

Or if it is zero terminated, maybe

pp.until!"a is null".map!text.array


Though personally I'd just use the plain old for loop.

Reply via email to