module gamma.util.Indexed;

public interface Indexed
{
    /**
     * @return  a non-negative integer constant for this object
     */
    public size_t index() @nogc nothrow pure @safe;
}