neo4j :: NeoNodeCollection :: remove_at
# Remove the node with the specified local ID. fun remove_at(id: ID_TYPE) is abstract
redef fun remove_at(id) do nodes[id] = null length -= 1 end