staticArray needs to appear in jump table.

This commit is contained in:
Steven Schveighoffer 2018-12-26 17:38:44 -05:00 committed by GitHub
parent a37a242b0a
commit 072463511c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,9 @@ $(TR $(TH Function Name) $(TH Description)
$(TR $(TD $(LREF split))
$(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))
$(TD Returns a new array of type `T` without initializing its elements.
))