pub inline fn trunc(value: anytype) @TypeOf(value)
pub inline fn trunc(value: anytype) @TypeOf(value) { return @trunc(value); }