File.store64

Stores an integer as 64 bits in the file. Note: The value must lie in the interval $(D -2^63, 2^63 - 1) (i.e. be a valid long value).

struct File
@nogc nothrow
void
store64
(
in long value
)

Meta