mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-09 23:22:28 +08:00
fix: fix issue #274
This commit is contained in:
@@ -1126,7 +1126,7 @@ func main() {
|
||||
<b>Signature:<span style="float:right;display:inline-block;">[Run](todo)</span></b>
|
||||
|
||||
```go
|
||||
func ToBigInt[T constraints.Integer](v T) (*big.Int, error)
|
||||
func ToBigInt[T any](v T) (*big.Int, error)
|
||||
```
|
||||
|
||||
<b>Example:</b>
|
||||
|
||||
Reference in New Issue
Block a user