singleList

type-safe single linked list with less memory allocations
git clone https://noulin.net/git/singleList.git
Log | Files | Refs | README | LICENSE

package.yml (387B)


      1 ---
      2   name: singleList
      3   version: 0.0.4
      4   description: single linked lists
      5   bin: ./singleList.h
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/singleList.git"
      9   keywords:
     10     - data structure
     11   author: Remy Noulin
     12   license: MIT
     13   bugs:
     14     url: "https://noulin.net/singleList/log.html"
     15   homepage: "https://noulin.net/singleList/file/README.md.html"
     16   private: false