File.close

Closes the currently opened file and prevents subsequent read/write operations. Use flush to persist the data to disk without closing the file.

struct File
@nogc nothrow
void
close
()

Meta