Difference between revisions of "Array.prefix()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
 
(One intermediate revision by one other user not shown)
Line 32: Line 32:
 
|}
 
|}
  
See also [[Array.suffix]]
+
==See also==
 +
[[Array.suffix() | suffix]]
 +
 
 +
[[Array.pieces() | pieces]]

Latest revision as of 02:40, 4 May 2020


Array.prefix(Prefix)

Returns an array with the Prefix applied to each element.

1..10.prefix("pre")

pre1
pre2
pre3
pre4
pre5
pre6
pre7
pre8
pre9
pre10

See also

suffix

pieces