Use consistent quickindex wrapper around hand-written list-of-links tables

This commit is contained in:
Adam D. Ruppe 2020-02-21 20:47:44 -05:00
parent b3eefe706e
commit ae93f5317c
20 changed files with 40 additions and 20 deletions

View file

@ -5,6 +5,7 @@ Functions and types that manipulate built-in arrays and associative arrays.
This module provides all kinds of functions to create, manipulate or convert arrays:
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Function Name) $(TH Description)
)
@ -67,7 +68,7 @@ $(TR $(TH Function Name) $(TH Description)
$(TR $(TD $(LREF uninitializedArray))
$(TD Returns a new array of type `T` without initializing its elements.
))
)
))
Copyright: Copyright Andrei Alexandrescu 2008- and Jonathan M Davis 2011-.