added Little-endian subpackage

This commit is contained in:
2025-08-16 19:31:11 +00:00
parent fccca0b753
commit 8fb7478dc7
3 changed files with 1618 additions and 0 deletions

2
bin.go
View File

@@ -1341,6 +1341,8 @@ const (
// типа float64 без потери точности
MinSafeInt int64 = -(1 << 53)
MaxSafeInt int64 = 1<<53 - 1
//x math.MaxUint64
)
// WriteMaxSafeUint - кодирует 2**53-1 // LH