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