uquic/internal/utils/linkedlist
2022-08-10 09:50:21 -07:00
..
linkedlist.go use a generic linked list (#3487) 2022-08-10 09:50:21 -07:00
README.md use a generic linked list (#3487) 2022-08-10 09:50:21 -07:00

Usage

This is the Go standard library implementation of a linked list (https://golang.org/src/container/list/list.go), modified to use Go generics.