mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix generic_float.odin
This commit is contained in:
@@ -2,8 +2,6 @@ package strconv
|
|||||||
|
|
||||||
import "decimal"
|
import "decimal"
|
||||||
|
|
||||||
import "core:runtime"
|
|
||||||
|
|
||||||
Decimal_Slice :: struct {
|
Decimal_Slice :: struct {
|
||||||
digits: []byte,
|
digits: []byte,
|
||||||
count: int,
|
count: int,
|
||||||
|
|||||||
Reference in New Issue
Block a user