Returns true if the value is found in the range.
int32 ContainsEqual( Int8Iterator first, Int8Iterator last, int8 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int8Iterator> | first | An iterator at the start of the range. |
| <Int8Iterator> | last | An iterator at the end of the range. |
| <int8> | value | the sentinel value. |
None published. Please look for an example in the Simdify Scripting Language code base.