strong

package module
v0.0.0-...-6d8be5c Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Append

func Append[T Type](dst []byte, t T) []byte

func Format

func Format[T Type](t T) string

func Parse

func Parse[T Type](str string) (T, error)

Types

type Integer

type Integer interface {
	int | int8 | int16 | int32 | int64
}

type Type

type Type interface {
	Integer | UInteger | bool
}

type UInteger

type UInteger interface {
	uint | uint8 | uint16 | uint32 | uint64
}

Jump to

Keyboard shortcuts

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