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: 5 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