Closed mosmuell closed 11 months ago
Implements #69 (append) and additionally all other list-changing methods: clear, extend, insert, remove and pop.
append
clear
extend
insert
remove
pop
Implements #69 (
append
) and additionally all other list-changing methods:clear
,extend
,insert
,remove
andpop
.