std.algorithm.splitter request

pineapple via Digitalmars-d digitalmars-d at puremagic.com
Mon Jul 18 02:53:47 PDT 2016


On Monday, 18 July 2016 at 09:52:25 UTC, pineapple wrote:
> Can't push at the moment but here you go 
> http://pastebin.com/f2TxDg8F

"hello  world".split!(true, false)(' ') will enumerate ["hello", 
" ", " world"].


More information about the Digitalmars-d mailing list