Jsctypes/api: Difference between revisions

Line 186: Line 186:
:'''<code>''t''.elementType</code>''' - The type of the elements of an array of this type.  E.g. <code>IOBuf.elementType === ctypes.uint8_t</code>.
:'''<code>''t''.elementType</code>''' - The type of the elements of an array of this type.  E.g. <code>IOBuf.elementType === ctypes.uint8_t</code>.


:'''<code>''t''.length</code>''' - The number of elements, a nonnegative integer.
:'''<code>''t''.length</code>''' - The number of elements, a nonnegative integer; or <code>undefined</code> if this is an array type with unspecified length.
 
Minutiae:
Minutiae:


638

edits