get_position
Description:
public abstract uint get_position (
ModelIter iter)
Get the numeric offset of iter
into this.
Note that this method is not
guaranteed to be O(1)
.
Parameters:
this |
The model to inspect
|
iter |
The iter to get the position of
|
Returns:
The integer offset of iter in this
|