Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Array.fillwith()
Language
Watch
Edit
Revision as of 04:00, 1 April 2020 by
Devika
(
talk
|
contribs
)
(
→Array.fillwith(Numbers)
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
<< Z3 Home
Z3 Language Documentation
Listing of Z3 Array Manipulation Member Functions
Array.fillwith(Numbers)
Fill the array with numbers provided.
Repeat the numbers if fewer than size specified.
|3|.fillwith(1..10)
1
2
3
4
5
6
7
8
9