phobos/std
Jan Jurzitza a5c3c24b71 std.stdio: clarify "not opened" documentation
when the code is `!isOpen` it now means:
- in exception documentation it's now always saying "not opened" (or similar, it's clear the file is in error state in that case)
- in general documentation it now always says "closed or not yet opened" (to avoid mistaking it with eof)
- in runtime error messages it always says "unopened"
2022-01-10 12:47:47 +00:00
..
algorithm
container
datetime
digest
experimental Comment out randomly failing test in std.experimental.allocator 2022-01-08 21:14:11 -08:00
format ✏️ fix typos in docs 2022-01-05 22:09:24 +00:00
internal
math
net
range
regex
uni
windows
array.d
ascii.d
base64.d
bigint.d
bitmanip.d
compiler.d
complex.d
concurrency.d
conv.d
csv.d
demangle.d
encoding.d
exception.d
file.d
functional.d Fix Issue 21457 - std.functional.partial ignores function overloads 2022-01-03 13:21:35 +00:00
getopt.d
json.d
mathspecial.d
meta.d
mmfile.d
numeric.d
outbuffer.d
package.d
parallelism.d
path.d
process.d
random.d
signals.d
socket.d
stdint.d
stdio.d std.stdio: clarify "not opened" documentation 2022-01-10 12:47:47 +00:00
string.d
sumtype.d
system.d
traits.d
typecons.d
typetuple.d
uri.d
utf.d
uuid.d
variant.d std.variant: Fix incorrectly written unittets 2022-01-04 00:42:12 +00:00
xml.d
zip.d
zlib.d