complex

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2022 License: GPL-3.0, MIT-0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collection

type Collection struct {
	Arr [16]map[byte]string
	S   []map[string][16]int
	M   map[string]error
	C   chan *[]int
}

Collection represents a type that holds collection field types.

type ComplexCollection

type ComplexCollection struct {
	Arr [16]map[*external.Collection]string
	S   []map[string]func(*external.Collection) string
	M   map[*external.Collection]external.Placeholder
	C   chan *[]external.Collection
}

ComplexCollection represents a type that holds collection field types.

type ComplexContainer

type ComplexContainer struct {
	I interface{ Error() []external.Collection }
	F func(external.Collection) []string
}

ComplexContainer represents a type that holds container field types.

type Container

type Container struct {
	I error
	F func([]string, uint64) *byte
}

Container represents a type that holds container field types.

Jump to

Keyboard shortcuts

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