Function created [src]
Prototype
pub fn created(self: @This()) ?i128
Parameters
self: @This()
Source
pub fn created(self: @This()) ?i128 {
return self.stat.ctim;
}
pub fn created(self: @This()) ?i128
self: @This()
pub fn created(self: @This()) ?i128 {
return self.stat.ctim;
}