The first node of the list

Property definitions

core $ List :: head
	# The first node of the list
	private var head: nullable ListNode[E] = null
lib/core/collection/list.nit:205,2--206,46