feat: enhance HomogenousTuple

This commit is contained in:
Shunsuke Shibayama 2024-12-22 15:37:23 +09:00
parent 35baaa4031
commit 2d94bfce4f
2 changed files with 20 additions and 15 deletions

View file

@ -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;