mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Prefix type and let to replace immutable
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
// Multiple precision decimal numbers
|
||||
// NOTE: This is only for floating point printing and nothing else
|
||||
|
||||
const Decimal = struct {
|
||||
type Decimal struct {
|
||||
digits: [384]u8, // big-endian digits
|
||||
count: int,
|
||||
decimal_point: int,
|
||||
|
||||
Reference in New Issue
Block a user