complex

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 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]interface{ Error() string }
	C   chan *[]int
	I   interface{ A(rune) *int }
	F   func([]string, uint64) *byte
}

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
	I   interface {
		A(string) map[*external.Collection]bool
		B() (int, byte)
	}
	F func(external.Collection) []string
}

ComplexCollection represents a type that holds collection field types.

Jump to

Keyboard shortcuts

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