gotypes

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 20, 2020 License: Apache-2.0 Imports: 0 Imported by: 1

README

gotypes

Introduction

The implementation of data type, such as simple array list, linked list, queue, stack, etc. Uses the idea of lambda in the implementation.

Implementations

  • ArrayList : A safe ArrayList
  • LinkedList : A safe LinkedList
  • HashSet : A safe HashSet based on Go's map
  • HashMap : A safe HashMap based on Go's map
  • Queue : A safe FIFO Queue
  • Stack : A safe LIFO Queue

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type E added in v0.1.0

type E interface{}

Define E type

type K added in v0.1.0

type K string

Define K type

type V added in v0.1.0

type V E

Define V type

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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