mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Use consistent quickindex wrapper around hand-written list-of-links tables
This commit is contained in:
parent
b3eefe706e
commit
ae93f5317c
20 changed files with 40 additions and 20 deletions
|
@ -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-.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue