generics

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2022 License: Apache-2.0

README

Generics

Generics is a collection of generic thread-safe Go utility modules:

  • Stack: A LIFO ('Last In, First Out') stack implementation.
  • Queue: A FIFO ('First In, First Out') queue implementation.

Directories

Path Synopsis
Package queue is a simple generic implementation of a FIFO ('First In, First Out') stack, that means the first input value is the one which will be also retrieved first.
Package queue is a simple generic implementation of a FIFO ('First In, First Out') stack, that means the first input value is the one which will be also retrieved first.
Package stack is a simple generic implementation of a LIFO ('Last In, First Out') stack, that means the last input value is the one which will be retrieved first.
Package stack is a simple generic implementation of a LIFO ('Last In, First Out') stack, that means the last input value is the one which will be retrieved first.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL