read - multiple declarations
- Function read
- Alias read
Function read
Like std.file.read
, but supports Path and command echoing.
Prototype
void[] read( const(Path) name, ulong upTo = 18446744073709551615LU );
Alias read
Alias of same-named function from std.file
Declaration
alias read;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng