public readonly property length as Int:
Number of nodes in the list.
Node count as an Int.
Int
nodes = DomNodeList() print(nodes.length)