TickFormating
Fields
- normal:struct { precision: usize = 2, }
- struct { precision: usize = 2, }
- scientific_notation:struct { precision: usize = 4, }
- struct { precision: usize = 4, }
- custom:*const fn (gpa: std.mem.Allocator, tick: f64) std.mem.Allocator.Error![]const u8
- *const fn (gpa: std.mem.Allocator, tick: f64) std.mem.Allocator.Error![]const u8