mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
Update wikipage Manifest array. (Signed-off-by:alexk).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1880 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[[Property:uuid|3C1A6DEF-A6F1-4E64-A0BE-C07BDB382C93]]
|
||||
[[Property:weight|0]]
|
||||
[[Property:title|Manifest array]]
|
||||
= Manifest array =
|
||||
|
||||
Manifest arrays provide a shortcut to create and initialize an array object using a single expression rather than a creation instruction followed by a sequence of insertions of new elements to the array. The lower index of a manifest array is always <code>1</code> and the upper index is the number of items.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user