Skip to content

Commit 479a382

Browse files
authored
Update index.dd (#10777)
Added std.int128 and core.int128 to the index
1 parent 12bcacc commit 479a382

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.dd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ $(BOOKTABLE ,
306306
$(TDNW $(MREF std,bigint))
307307
$(TD An arbitrary-precision integer type.)
308308
)
309+
$(TR
310+
$(TDNW $(MREF std,int128))
311+
$(TDNW $(MREF core,int128))
312+
$(TD 128 bit-precision integer type.)
313+
)
309314
$(TR
310315
$(TDNW $(MREF std,complex))
311316
$(TD A complex number type.)

0 commit comments

Comments
 (0)