On Monday, 6 January 2020 at 00:03:06 UTC, Temtaime wrote:
https://ideone.com/tvpreP
That's cool! Thank you very much!
On Sunday, 5 January 2020 at 22:39:37 UTC, Teo wrote:
On Sunday, 5 January 2020 at 13:37:58 UTC, JN wrote:
[...]
Thanks for the input.
I just realized that I was not precise enough in my
description. Apologies for that.
My intention is to use std.algorithm, if possible.
I read the documenta
On Sunday, 5 January 2020 at 13:37:58 UTC, JN wrote:
It's kind of a naive implementation, there probably is room for
improvement but should work for start.
Thanks for the input.
I just realized that I was not precise enough in my description.
Apologies for that.
My intention is to use std.alg
On Sunday, 5 January 2020 at 08:21:54 UTC, Teo wrote:
All advises are welcome
Thank you!
For some reason I can't get run.dlang.io to shorten a link...
hmm... I'll use ideone.
https://ideone.com/EjbhIs
It's kind of a naive implementation, there probably is room for
improvement but should wo
I couldn't find by searching this forum the way to do that, so I
thought it is better to ask and learn.
The data I am trying to unfold is in the form of string array
read from a file line by line, like this:
string[] lines =
[
"key1: valueA",
"key2: valueB",
"key3: valueC",
"\tvalueD",
"value