functions in std.i - n

 
nallof

    nallof  


Builtin function, documented at i0/std.i   line 834  

SEE allof  
 
 
 

nameof

    nameof(object)  


If OBJECT is a function or a structure definition, returns the  
name of the func or struct as it was defined (not necessarily  
the name of the variable passed to the nameof function).  
Builtin function, documented at i0/std.i   line 455  

SEE ALSO: typeof  
 
 
 

noneof

    noneof  


Builtin function, documented at i0/std.i   line 834  

SEE allof  
 
 
 

numberof

    numberof(object)  


returns the number of elements if object is an array, or 0 if not.  
Builtin function, documented at i0/std.i   line 439  

SEE ALSO: sizeof,   dimsof,   typeof,   structof