elems

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Overview

Package elems provides Elem implementations for built-in numeric types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Float32

type Float32 float32

func (Float32) Compare

func (x Float32) Compare(y Float32) int

func (Float32) Unwrap

func (x Float32) Unwrap() float32

type Float64

type Float64 float64

func (Float64) Compare

func (x Float64) Compare(y Float64) int

func (Float64) Unwrap

func (x Float64) Unwrap() float64

type Int

type Int int

func (Int) Compare

func (x Int) Compare(y Int) int

func (Int) Next

func (x Int) Next() Int

func (Int) Unwrap

func (x Int) Unwrap() int

type Int16

type Int16 int16

func (Int16) Compare

func (x Int16) Compare(y Int16) int

func (Int16) Next

func (x Int16) Next() Int16

func (Int16) Unwrap

func (x Int16) Unwrap() int16

type Int32

type Int32 int32

func (Int32) Compare

func (x Int32) Compare(y Int32) int

func (Int32) Next

func (x Int32) Next() Int32

func (Int32) Unwrap

func (x Int32) Unwrap() int32

type Int64

type Int64 int64

func (Int64) Compare

func (x Int64) Compare(y Int64) int

func (Int64) Next

func (x Int64) Next() Int64

func (Int64) Unwrap

func (x Int64) Unwrap() int64

type Int8

type Int8 int8

func (Int8) Compare

func (x Int8) Compare(y Int8) int

func (Int8) Next

func (x Int8) Next() Int8

func (Int8) Unwrap

func (x Int8) Unwrap() int8

type Uint

type Uint uint

func (Uint) Compare

func (x Uint) Compare(y Uint) int

func (Uint) Next

func (x Uint) Next() Uint

func (Uint) Unwrap

func (x Uint) Unwrap() uint

type Uint16

type Uint16 uint16

func (Uint16) Compare

func (x Uint16) Compare(y Uint16) int

func (Uint16) Next

func (x Uint16) Next() Uint16

func (Uint16) Unwrap

func (x Uint16) Unwrap() uint16

type Uint32

type Uint32 uint32

func (Uint32) Compare

func (x Uint32) Compare(y Uint32) int

func (Uint32) Next

func (x Uint32) Next() Uint32

func (Uint32) Unwrap

func (x Uint32) Unwrap() uint32

type Uint64

type Uint64 uint64

func (Uint64) Compare

func (x Uint64) Compare(y Uint64) int

func (Uint64) Next

func (x Uint64) Next() Uint64

func (Uint64) Unwrap

func (x Uint64) Unwrap() uint64

type Uint8

type Uint8 uint8

func (Uint8) Compare

func (x Uint8) Compare(y Uint8) int

func (Uint8) Next

func (x Uint8) Next() Uint8

func (Uint8) Unwrap

func (x Uint8) Unwrap() uint8

type Uintptr

type Uintptr uintptr

func (Uintptr) Compare

func (x Uintptr) Compare(y Uintptr) int

func (Uintptr) Next

func (x Uintptr) Next() Uintptr

func (Uintptr) Unwrap

func (x Uintptr) Unwrap() uintptr

Jump to

Keyboard shortcuts

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