Function size [src]

Returns the size of the file

Prototype

pub fn size(self: Self) u64

Parameters

self: Self

Source

pub fn size(self: Self) u64 { return @intCast(self.stat.size); }