neo4j :: NeoNodeCollection :: id_of
# Return the local ID of the node. fun id_of(node: NeoNode): ID_TYPE do return node[id_property].as(ID_TYPE)