The constructor, which is used to initialize this object to represent an iterator that points at a single, primitive value.
Uint8Iterator Uint8Iterator( uint8 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <uint8> | value | The value with which to initialize this object. |
None published. Please look for an example in the Simdify Scripting Language code base.