Set the local ID of the specified node.

Just update the property at property_id. Do not check anything.

Property definitions

neo4j $ NeoNodeCollection :: id_of=
	# Set the local ID of the specified node.
	#
	# Just update the property at `property_id`. Do not check anything.
	protected fun id_of=(node: NeoNode, id: ID_TYPE) do
		node[id_property] = id
	end
lib/neo4j/graph/graph.nit:82,2--87,4