mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
staticArray needs to appear in jump table.
This commit is contained in:
parent
a37a242b0a
commit
072463511c
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ $(TR $(TH Function Name) $(TH Description)
|
||||||
$(TR $(TD $(LREF split))
|
$(TR $(TD $(LREF split))
|
||||||
$(TD Eagerly split a range or string into an array.
|
$(TD Eagerly split a range or string into an array.
|
||||||
))
|
))
|
||||||
|
$(TR $(TD $(LREF staticArray))
|
||||||
|
$(TD Creates a new static array from given data.
|
||||||
|
))
|
||||||
$(TR $(TD $(LREF uninitializedArray))
|
$(TR $(TD $(LREF uninitializedArray))
|
||||||
$(TD Returns a new array of type `T` without initializing its elements.
|
$(TD Returns a new array of type `T` without initializing its elements.
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue