Difference between revisions of "Array.primitives()"

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...")
 
 
Line 12: Line 12:
  
 
(not String Object)
 
(not String Object)
 +
 +
 +
==See Also==
 +
[[Array.prefix() |prefix]]
 +
 +
[[Array.suffix() | suffix]]

Latest revision as of 02:42, 4 May 2020

Array.primitives()

  • Returns the primitive values of objects in the array.

typeof [new String("TEST"),new Boolean(true)].primitives()[0]

string

(not String Object)


See Also

prefix

suffix