Actually, need an extra map I think:
auto word = file.byLine()
.map!(a => a.split)
.map!(a => map!(a => to!int(a))(a))
.array();- Re: reading file byLine qznc via Digitalmars-d-learn
- Re: reading file byLine cym13 via Digitalmars-d-learn
- Re: reading file byLine cym13 via Digitalmars-d-learn
- Re: reading file byLine via Digitalmars-d-learn
- Re: reading file byLine Namal via Digitalmars-d-learn
- Re: reading file byLine wobbles via Digitalmars-d-learn
- Re: reading file by... Namal via Digitalmars-d-learn
- Re: reading file by... Namal via Digitalmars-d-learn
- Re: reading file by... Jordan Wilson via Digitalmars-d-learn
- Re: reading file by... Jordan Wilson via Digitalmars-d-learn
- Re: reading file by... Jordan Wilson via Digitalmars-d-learn
- Re: reading file by... Jordan Wilson via Digitalmars-d-learn
- Re: reading file by... Namal via Digitalmars-d-learn
- Re: reading file by... Jordan Wilson via Digitalmars-d-learn
- Re: reading file by... Namal via Digitalmars-d-learn
- Re: reading file by... H. S. Teoh via Digitalmars-d-learn
- Re: reading file by... Namal via Digitalmars-d-learn
- Re: reading file by... Jordan Wilson via Digitalmars-d-learn
- Re: reading file by... H. S. Teoh via Digitalmars-d-learn
- Re: reading file by... Namal via Digitalmars-d-learn
- Re: reading file by... deed via Digitalmars-d-learn
