localpkg

package
v0.0.0-...-235cd3c Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConstUntypedRune      = 'a'
	ConstRune        rune = 'a'
)
View Source
const (
	ConstUntypedInt        = 1
	ConstInt        int    = 1
	ConstInt64      int64  = 1
	ConstUint       uint   = 1
	ConstUint64     uint64 = 1
)
View Source
const (
	ConstUntypedFloat         = 1.
	ConstFloat32      float32 = 1.
	ConstFloat64      float64 = 1.
)
View Source
const (
	ConstUntypedComplex            = (1 + 1i)
	ConstComplex64      complex64  = (1 + 1i)
	ConstComplex128     complex128 = (1 + 1i)
)
View Source
const (
	ConstUntypedString        = "string"
	ConstString        string = "string"
)

Variables

This section is empty.

Functions

func Func

func Func(b Bool, r Rune, i Int) error

Types

type Bool

type Bool bool
const (
	ConstUntypedBool      = true
	ConstBool        Bool = true
)

type Complex128

type Complex128 complex128

type Complex64

type Complex64 complex64

type Float32

type Float32 float32

type Float64

type Float64 float64

type Int

type Int int

type Int64

type Int64 int64

type Interface

type Interface interface {
	Method()
}

type Method

type Method struct{}

func (Method) Method

func (Method) Method(b Bool, r Rune, i Int) error

type Rune

type Rune rune

type String

type String string

type Struct

type Struct struct {
	Bool       bool
	Rune       rune
	Int        int
	Int64      int64
	Uint       uint
	Uint64     uint64
	Float32    float32
	Float64    float64
	Complex64  complex64
	Complex128 complex128
	String     string
}

type Uint

type Uint uint

type Uint64

type Uint64 uint64

Jump to

Keyboard shortcuts

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