wrapper

package
v0.0.0-...-43d03be Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2017 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 WrapperInt64

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

func (*WrapperInt64) Add

func (l *WrapperInt64) Add(item int64)

func (*WrapperInt64) Get

func (l *WrapperInt64) Get(index int) int64

func (*WrapperInt64) Len

func (l *WrapperInt64) Len() int

func (*WrapperInt64) Remove

func (l *WrapperInt64) Remove(index int)

type WrapperString

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

func (*WrapperString) Add

func (l *WrapperString) Add(item string)

func (*WrapperString) Get

func (l *WrapperString) Get(index int) string

func (*WrapperString) Len

func (l *WrapperString) Len() int

func (*WrapperString) Remove

func (l *WrapperString) Remove(index int)

Directories

Path Synopsis
Imagine this is a large codebase dealing with ITEMS and you need a lot of concrete types and you find it to expensive to generate a lot of typed copies of all the code in this file.
Imagine this is a large codebase dealing with ITEMS and you need a lot of concrete types and you find it to expensive to generate a lot of typed copies of all the code in this file.
this file defines a wrapper for largecode.List which is type save an does the boxing and unboxing
this file defines a wrapper for largecode.List which is type save an does the boxing and unboxing

Jump to

Keyboard shortcuts

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