previous | index | next

Simulating cons

To cons an integer onto a list lst, we must:
  list cons(int i, list lst) {




  }

previous | index | next