package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
ring.gocontainers_ringcontainer/ring のサンプルです。(リングバッファ、循環リスト)

# Packages

No description provided by the author

# Functions

GenericRing は、container/ring/Ring をジェネリックにしたもののサンプルです.
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
RingBuffer -- container/ring のサンプルです。(リングバッファ、循環リスト) REFERENCES - https://pkg.go.dev/container/[email protected].