fn len(list: Self) usize
Iterate over all nodes, returning the count. This operation is O(N).
list: Self,