dynamicgo

package module
v0.0.0-...-28fa06f Latest Latest
Warning

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

Go to latest
Published: May 4, 2021 License: MIT Imports: 0 Imported by: 0

README

alt text

Go Report Card

DynamicGo is a grouping of data structures written in Golang that can handle any type in the same structure, ie. dynamic data structures.

There are 4 structures created:

  1. dict
  2. list
  3. set
  4. tuple

Each can be found in pkg.

Documentation

Overview

Package dynamicgo implements functions to create dictionaries, list, sets and tuple using any type.

Directories

Path Synopsis
Package dict implements dictionaries, which are collections of unordered key/value pairs.
Package dict implements dictionaries, which are collections of unordered key/value pairs.
internal
Package list implements lists, which are mutable sequences, typically used to store collections of homogeneous items.
Package list implements lists, which are mutable sequences, typically used to store collections of homogeneous items.
Package set implements sets, which are collections which are both unordered and unindexed.
Package set implements sets, which are collections which are both unordered and unindexed.
Package tuple implements tuples, which are collections which are ordered and immutable.
Package tuple implements tuples, which are collections which are ordered and immutable.

Jump to

Keyboard shortcuts

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