Add two functions to the Node_list interface (and to the naive implementation):
authorKim Nguyễn <kn@lri.fr>
Tue, 13 May 2014 12:36:20 +0000 (14:36 +0200)
committerKim Nguyễn <kn@lri.fr>
Tue, 13 May 2014 12:40:36 +0000 (14:40 +0200)
* pop discards the first element
* append appends the element of the second argument at the end of the first one (in place).


No differences found