var(newState, output) = Operation(state, input);
Example #2
0
 copyMatrix(newState, state);
Example #3
0
 var(newState, result) = next(state, item);