mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
feat: enhance HomogenousTuple
This commit is contained in:
parent
35baaa4031
commit
2d94bfce4f
2 changed files with 20 additions and 15 deletions
|
@ -60,7 +60,7 @@ io = pyimport "io"
|
|||
.seed_bits = Nat;
|
||||
.cutoff = Int;
|
||||
}
|
||||
.hex_version: Nat
|
||||
.hexversion: Nat
|
||||
.int_info: NamedTuple {
|
||||
.bits_per_digit = Nat;
|
||||
.sizeof_digit = Nat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue