isECI

abstract fun isECI(index: Int): Boolean

Determines if a value is an ECI

Return

true if the value at position index is an ECI

Parameters

index

the index of the value

Throws

      if the `index` argument is negative or not less than
      `length()`