Thread overview | ||||||
---|---|---|---|---|---|---|
|
June 19, 2013 readText | ||||
---|---|---|---|---|
| ||||
Was readText removed in later versions of Phobos? I don't have it, yet it appears in the documentation.. |
June 19, 2013 Re: readText | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daemon | On Wednesday, 19 June 2013 at 18:18:18 UTC, Daemon wrote:
> Was readText removed in later versions of Phobos? I don't have it, yet it appears in the documentation..
Sorry for the false alarm, I accidentally had a different copy. Everything's alright.
|
June 19, 2013 Re: readText | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daemon | On Wed, 19 Jun 2013 20:18:17 +0200, Daemon wrote: > Was readText removed in later versions of Phobos? I don't have it, yet it appears in the documentation.. std.file.readText has been around for a long time and still is. Here it is in Phobos HEAD: https://github.com/D-Programming-Language/phobos/blob/ master/std/file.d#L288 |
June 19, 2013 Re: readText | ||||
---|---|---|---|---|
| ||||
Posted in reply to Justin Whear | On Wednesday, 19 June 2013 at 18:21:09 UTC, Justin Whear wrote:
> On Wed, 19 Jun 2013 20:18:17 +0200, Daemon wrote:
>
>> Was readText removed in later versions of Phobos? I don't have it, yet
>> it appears in the documentation..
>
> std.file.readText has been around for a long time and still is.
> Here it
> is in Phobos HEAD: https://github.com/D-Programming-Language/phobos/blob/
> master/std/file.d#L288
I realized it right after posting, it's my fault.
|
Copyright © 1999-2021 by the D Language Foundation