dlangBugzillaToGithub

Results 280 comments of dlangBugzillaToGithub

#### jack (@JackStouffer) commented on 2016-07-18T20:19:29Z ````markdown Does std.regex.splitter!(Yes.keepSeparators) suffice? ````

#### turkeyman commented on 2016-07-19T00:40:24Z ````markdown That's fine. Does that already exist? I couldn't see anything on dlang.org. Obviously the Pred function should remain as the first template arg, it...

#### jack (@JackStouffer) commented on 2016-07-19T04:00:14Z ````markdown (In reply to Manu from comment #2) > That's fine. > Does that already exist? I couldn't see anything on dlang.org. > >...

#### turkeyman commented on 2016-07-21T09:35:55Z ````markdown Wait up. I misread... you say std.regex.splitter. No, that's not what I'm asking for. I'm interested in std.algorithm.iterator.splitter. It should be in those. ````

#### greeenify commented on 2016-12-30T21:18:06Z ````markdown pull: https://github.com/dlang/phobos/pull/5008 ````

#### turkeyman commented on 2016-12-31T02:20:55Z ````markdown (In reply to greenify from comment #5) > pull: https://github.com/dlang/phobos/pull/5008 Doesn't implement desired behaviour. ````

#### greeenify commented on 2016-12-31T08:14:41Z ````markdown > Doesn't implement desired behaviour. Fair enough - I tried to make it similar to `splitter` in `std.regex`, but it seems that even this...

#### turkeyman commented on 2020-07-18T11:40:21Z ````markdown They are all interesting cases. I think splitter should be configurable like this. ````

#### andrej.mitrovich (@AndrejMitrovic) commented on 2014-03-31T04:56:12Z ````markdown Already implemented in std.traits, named exactly OriginalType. ````

#### monarchdodra commented on 2014-03-31T05:14:28Z ````markdown (In reply to comment #1) > Already implemented in std.traits, named exactly OriginalType. Did you even *read* the issue? > I'd like to request...