is_valid
Description:
[ Version ( since = "1.12" ) ]
public bool is_valid ()
Checks whether a ActorIter is still valid.
An iterator is considered valid if it has been initialized, and if the Actor that it
refers to hasn't been modified after the initialization.
Parameters:
Returns:
true if the iterator is valid, and false otherwise
|