base

package
v0.0.0-...-21e7071 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 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 Boolean

type Boolean struct {
	// contains filtered or unexported fields
}

Boolean is an integer data type

func NewBoolean

func NewBoolean() *Boolean

func (*Boolean) Name

func (b *Boolean) Name() string

Name ...

func (*Boolean) Ord

func (b *Boolean) Ord()

func (*Boolean) String

func (b *Boolean) String() string

func (*Boolean) Underlying

func (b *Boolean) Underlying() types.Type

type Char

type Char struct {
	// contains filtered or unexported fields
}

Char models a data type for single characters

func NewChar

func NewChar() *Char

func (*Char) Name

func (c *Char) Name() string

Name returns the character

func (*Char) Ord

func (c *Char) Ord()

func (*Char) String

func (c *Char) String() string

func (*Char) Underlying

func (c *Char) Underlying() types.Type

type Integer

type Integer struct {
	// contains filtered or unexported fields
}

Integer is an integer data type

func NewInteger

func NewInteger() *Integer

func (*Integer) Name

func (i *Integer) Name() string

Name ...

func (*Integer) Ord

func (i *Integer) Ord()

func (*Integer) String

func (i *Integer) String() string

func (*Integer) Underlying

func (i *Integer) Underlying() types.Type

type Real

type Real struct {
	// contains filtered or unexported fields
}

Real is an real data type

func NewReal

func NewReal() *Real

func (*Real) Name

func (r *Real) Name() string

Name ...

func (*Real) String

func (r *Real) String() string

func (*Real) Underlying

func (r *Real) Underlying() types.Type

type String

type String struct {
	NumComponents int
	// contains filtered or unexported fields
}

func NewString

func NewString(numComp int) *String

func (*String) Name

func (s *String) Name() string

Name returns the character

func (*String) Ord

func (s *String) Ord()

func (*String) String

func (s *String) String() string

func (*String) Underlying

func (s *String) Underlying() types.Type

Jump to

Keyboard shortcuts

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