index abstract method

int index(
  1. T state
)

Returns state index for a given state.

Implementation

int index(T state);