nogc

package module
v0.0.0-...-7df6f82 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2022 License: MIT Imports: 5 Imported by: 0

README

nogc

Go w/o GC

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TypeValidate

func TypeValidate(i interface{}) error

Types

type Datum

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

func NewDatum

func NewDatum(v interface{}, n uint) (Datum, error)

func (*Datum) Delete

func (dt *Datum) Delete() error

func (Datum) NbObjects

func (dt Datum) NbObjects() uint

func (Datum) Pointer

func (dt Datum) Pointer(i int) uintptr

func (*Datum) Read

func (dt *Datum) Read(i int) interface{}

func (*Datum) Write

func (dt *Datum) Write(i int, v interface{}) interface{}

type Error

type Error string

func (Error) Error

func (e Error) Error() string

Jump to

Keyboard shortcuts

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