Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chistopat/go-forward-list
Implement interface of C++ STL std::forward_list https://en.cppreference.com/w/cpp/container/forward_list in Go
https://github.com/chistopat/go-forward-list
cpp data-structures forward-list generics go linked-list stl
Last synced: about 2 months ago
JSON representation
Implement interface of C++ STL std::forward_list https://en.cppreference.com/w/cpp/container/forward_list in Go
- Host: GitHub
- URL: https://github.com/chistopat/go-forward-list
- Owner: chistopat
- License: mit
- Created: 2022-05-14T09:30:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T09:30:57.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:27:27.593Z (5 months ago)
- Topics: cpp, data-structures, forward-list, generics, go, linked-list, stl
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - go-forward-list
README
# go-forward-list
Implement interface of C++ STL [std::forward_list](https://en.cppreference.com/w/cpp/container/forward_list) in Go