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