nil()
cons()
Cons():
=
Cons
Specification: Returns a list l with head element h and tail list t.
Complexity: O(1).