atoms

package
v0.0.0-...-6797358 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Atom

type Atom interface {
	~bool | Int | Uint | String
}

type Basic

type Basic interface {
	Atom | time.Time
}

type Float

type Float interface {
	~float32 | ~float64
}

type Int

type Int interface {
	~int | ~int8 | ~int16 | ~int32 | ~int64
}

type IntUint

type IntUint interface {
	Int | Uint
}

type IntUintFloat

type IntUintFloat interface {
	Int | Uint | Float
}

type JSON

type JSON interface {
	Atom | time.Time
}

type NumStr

type NumStr interface {
	Int | Uint | String
}

type String

type String interface {
	~string
}

type Uint

type Uint interface {
	~uint | ~uint8 | ~uint16 | ~uint32
}

Jump to

Keyboard shortcuts

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