std.string.split not in http://dlang.org/phobos/std_string.html
Timothee Cour via Digitalmars-d
digitalmars-d at puremagic.com
Thu Aug 14 00:52:25 PDT 2014
import std.string;
auto a=std.string.split("as,df",",");//works
but split not in http://dlang.org/phobos/std_string.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140814/5222b4c6/attachment.html>
More information about the Digitalmars-d
mailing list