Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# go-forward-list
Implement interface of C++ STL [std::forward_list](https://en.cppreference.com/w/cpp/container/forward_list) in Go