Skip to content
  • Mark OLESEN's avatar
    BUG: avoid memory slicing in LList (#2300) · ab065cd5
    Mark OLESEN authored
    ENH: reduce code effort for clearing linked-lists
    
    ENH: adjust linked-list method name
    
    - complement linked-list append() method with prepend() method
      instead of 'insert', which is not very descriptive
    ab065cd5