remove

package module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2022 License: BSL-1.0 Imports: 1 Imported by: 1

README

remove

GoDoc

About

This package provides the function "remove" for slices of basic types. It is published on https://github.com/vbsw/slices/remove and https://gitlab.com/vbsw/slices/remove.

Copyright 2018, 2020, 2022, Vitali Baumtrok (vbsw@mailbox.org).

remove is distributed under the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)

remove is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.

References

Documentation

Overview

Package remove provides the "remove" function for slices of basic types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(list []bool, index int) []bool

Bool removes an element from list.

func BoolD2

func BoolD2(list [][]bool, index int) [][]bool

BoolD2 removes an element from list.

func BoolD3

func BoolD3(list [][][]bool, index int) [][][]bool

BoolD3 removes an element from list.

func BoolD4

func BoolD4(list [][][][]bool, index int) [][][][]bool

BoolD4 removes an element from list.

func BoolD5

func BoolD5(list [][][][][]bool, index int) [][][][][]bool

BoolD5 removes an element from list.

func BoolN

func BoolN(list []bool, index, n int) []bool

BoolN removes n elements from list.

func BoolND2

func BoolND2(list [][]bool, index, n int) [][]bool

BoolND2 removes n elements from list.

func BoolND3

func BoolND3(list [][][]bool, index, n int) [][][]bool

BoolND3 removes n elements from list.

func BoolND4

func BoolND4(list [][][][]bool, index, n int) [][][][]bool

BoolND4 removes n elements from list.

func BoolND5

func BoolND5(list [][][][][]bool, index, n int) [][][][][]bool

BoolND5 removes n elements from list.

func Byte

func Byte(list []byte, index int) []byte

Byte removes an element from list.

func ByteD2

func ByteD2(list [][]byte, index int) [][]byte

ByteD2 removes an element from list.

func ByteD3

func ByteD3(list [][][]byte, index int) [][][]byte

ByteD3 removes an element from list.

func ByteD4

func ByteD4(list [][][][]byte, index int) [][][][]byte

ByteD4 removes an element from list.

func ByteD5

func ByteD5(list [][][][][]byte, index int) [][][][][]byte

ByteD5 removes an element from list.

func ByteN

func ByteN(list []byte, index, n int) []byte

ByteN removes n elements from list.

func ByteND2

func ByteND2(list [][]byte, index, n int) [][]byte

ByteND2 removes n elements from list.

func ByteND3

func ByteND3(list [][][]byte, index, n int) [][][]byte

ByteND3 removes n elements from list.

func ByteND4

func ByteND4(list [][][][]byte, index, n int) [][][][]byte

ByteND4 removes n elements from list.

func ByteND5

func ByteND5(list [][][][][]byte, index, n int) [][][][][]byte

ByteND5 removes n elements from list.

func Complex128

func Complex128(list []complex128, index int) []complex128

Complex128 removes an element from list.

func Complex128D2

func Complex128D2(list [][]complex128, index int) [][]complex128

Complex128D2 removes an element from list.

func Complex128D3

func Complex128D3(list [][][]complex128, index int) [][][]complex128

Complex128D3 removes an element from list.

func Complex128D4

func Complex128D4(list [][][][]complex128, index int) [][][][]complex128

Complex128D4 removes an element from list.

func Complex128D5

func Complex128D5(list [][][][][]complex128, index int) [][][][][]complex128

Complex128D5 removes an element from list.

func Complex128N

func Complex128N(list []complex128, index, n int) []complex128

Complex128N removes n elements from list.

func Complex128ND2

func Complex128ND2(list [][]complex128, index, n int) [][]complex128

Complex128ND2 removes n elements from list.

func Complex128ND3

func Complex128ND3(list [][][]complex128, index, n int) [][][]complex128

Complex128ND3 removes n elements from list.

func Complex128ND4

func Complex128ND4(list [][][][]complex128, index, n int) [][][][]complex128

Complex128ND4 removes n elements from list.

func Complex128ND5

func Complex128ND5(list [][][][][]complex128, index, n int) [][][][][]complex128

Complex128ND5 removes n elements from list.

func Complex64

func Complex64(list []complex64, index int) []complex64

Complex64 removes an element from list.

func Complex64D2

func Complex64D2(list [][]complex64, index int) [][]complex64

Complex64D2 removes an element from list.

func Complex64D3

func Complex64D3(list [][][]complex64, index int) [][][]complex64

Complex64D3 removes an element from list.

func Complex64D4

func Complex64D4(list [][][][]complex64, index int) [][][][]complex64

Complex64D4 removes an element from list.

func Complex64D5

func Complex64D5(list [][][][][]complex64, index int) [][][][][]complex64

Complex64D5 removes an element from list.

func Complex64N

func Complex64N(list []complex64, index, n int) []complex64

Complex64N removes n elements from list.

func Complex64ND2

func Complex64ND2(list [][]complex64, index, n int) [][]complex64

Complex64ND2 removes n elements from list.

func Complex64ND3

func Complex64ND3(list [][][]complex64, index, n int) [][][]complex64

Complex64ND3 removes n elements from list.

func Complex64ND4

func Complex64ND4(list [][][][]complex64, index, n int) [][][][]complex64

Complex64ND4 removes n elements from list.

func Complex64ND5

func Complex64ND5(list [][][][][]complex64, index, n int) [][][][][]complex64

Complex64ND5 removes n elements from list.

func Error

func Error(list []error, index int) []error

Error removes an element from list.

func ErrorD2

func ErrorD2(list [][]error, index int) [][]error

ErrorD2 removes an element from list.

func ErrorD3

func ErrorD3(list [][][]error, index int) [][][]error

ErrorD3 removes an element from list.

func ErrorD4

func ErrorD4(list [][][][]error, index int) [][][][]error

ErrorD4 removes an element from list.

func ErrorD5

func ErrorD5(list [][][][][]error, index int) [][][][][]error

ErrorD5 removes an element from list.

func ErrorN

func ErrorN(list []error, index, n int) []error

ErrorN removes n elements from list.

func ErrorND2

func ErrorND2(list [][]error, index, n int) [][]error

ErrorND2 removes n elements from list.

func ErrorND3

func ErrorND3(list [][][]error, index, n int) [][][]error

ErrorND3 removes n elements from list.

func ErrorND4

func ErrorND4(list [][][][]error, index, n int) [][][][]error

ErrorND4 removes n elements from list.

func ErrorND5

func ErrorND5(list [][][][][]error, index, n int) [][][][][]error

ErrorND5 removes n elements from list.

func Float32

func Float32(list []float32, index int) []float32

Float32 removes an element from list.

func Float32D2

func Float32D2(list [][]float32, index int) [][]float32

Float32D2 removes an element from list.

func Float32D3

func Float32D3(list [][][]float32, index int) [][][]float32

Float32D3 removes an element from list.

func Float32D4

func Float32D4(list [][][][]float32, index int) [][][][]float32

Float32D4 removes an element from list.

func Float32D5

func Float32D5(list [][][][][]float32, index int) [][][][][]float32

Float32D5 removes an element from list.

func Float32N

func Float32N(list []float32, index, n int) []float32

Float32N removes n elements from list.

func Float32ND2

func Float32ND2(list [][]float32, index, n int) [][]float32

Float32ND2 removes n elements from list.

func Float32ND3

func Float32ND3(list [][][]float32, index, n int) [][][]float32

Float32ND3 removes n elements from list.

func Float32ND4

func Float32ND4(list [][][][]float32, index, n int) [][][][]float32

Float32ND4 removes n elements from list.

func Float32ND5

func Float32ND5(list [][][][][]float32, index, n int) [][][][][]float32

Float32ND5 removes n elements from list.

func Float64

func Float64(list []float64, index int) []float64

Float64 removes an element from list.

func Float64D2

func Float64D2(list [][]float64, index int) [][]float64

Float64D2 removes an element from list.

func Float64D3

func Float64D3(list [][][]float64, index int) [][][]float64

Float64D3 removes an element from list.

func Float64D4

func Float64D4(list [][][][]float64, index int) [][][][]float64

Float64D4 removes an element from list.

func Float64D5

func Float64D5(list [][][][][]float64, index int) [][][][][]float64

Float64D5 removes an element from list.

func Float64N

func Float64N(list []float64, index, n int) []float64

Float64N removes n elements from list.

func Float64ND2

func Float64ND2(list [][]float64, index, n int) [][]float64

Float64ND2 removes n elements from list.

func Float64ND3

func Float64ND3(list [][][]float64, index, n int) [][][]float64

Float64ND3 removes n elements from list.

func Float64ND4

func Float64ND4(list [][][][]float64, index, n int) [][][][]float64

Float64ND4 removes n elements from list.

func Float64ND5

func Float64ND5(list [][][][][]float64, index, n int) [][][][][]float64

Float64ND5 removes n elements from list.

func Int

func Int(list []int, index int) []int

Int removes an element from list.

func Int16

func Int16(list []int16, index int) []int16

Int16 removes an element from list.

func Int16D2

func Int16D2(list [][]int16, index int) [][]int16

Int16D2 removes an element from list.

func Int16D3

func Int16D3(list [][][]int16, index int) [][][]int16

Int16D3 removes an element from list.

func Int16D4

func Int16D4(list [][][][]int16, index int) [][][][]int16

Int16D4 removes an element from list.

func Int16D5

func Int16D5(list [][][][][]int16, index int) [][][][][]int16

Int16D5 removes an element from list.

func Int16N

func Int16N(list []int16, index, n int) []int16

Int16N removes n elements from list.

func Int16ND2

func Int16ND2(list [][]int16, index, n int) [][]int16

Int16ND2 removes n elements from list.

func Int16ND3

func Int16ND3(list [][][]int16, index, n int) [][][]int16

Int16ND3 removes n elements from list.

func Int16ND4

func Int16ND4(list [][][][]int16, index, n int) [][][][]int16

Int16ND4 removes n elements from list.

func Int16ND5

func Int16ND5(list [][][][][]int16, index, n int) [][][][][]int16

Int16ND5 removes n elements from list.

func Int32

func Int32(list []int32, index int) []int32

Int32 removes an element from list.

func Int32D2

func Int32D2(list [][]int32, index int) [][]int32

Int32D2 removes an element from list.

func Int32D3

func Int32D3(list [][][]int32, index int) [][][]int32

Int32D3 removes an element from list.

func Int32D4

func Int32D4(list [][][][]int32, index int) [][][][]int32

Int32D4 removes an element from list.

func Int32D5

func Int32D5(list [][][][][]int32, index int) [][][][][]int32

Int32D5 removes an element from list.

func Int32N

func Int32N(list []int32, index, n int) []int32

Int32N removes n elements from list.

func Int32ND2

func Int32ND2(list [][]int32, index, n int) [][]int32

Int32ND2 removes n elements from list.

func Int32ND3

func Int32ND3(list [][][]int32, index, n int) [][][]int32

Int32ND3 removes n elements from list.

func Int32ND4

func Int32ND4(list [][][][]int32, index, n int) [][][][]int32

Int32ND4 removes n elements from list.

func Int32ND5

func Int32ND5(list [][][][][]int32, index, n int) [][][][][]int32

Int32ND5 removes n elements from list.

func Int64

func Int64(list []int64, index int) []int64

Int64 removes an element from list.

func Int64D2

func Int64D2(list [][]int64, index int) [][]int64

Int64D2 removes an element from list.

func Int64D3

func Int64D3(list [][][]int64, index int) [][][]int64

Int64D3 removes an element from list.

func Int64D4

func Int64D4(list [][][][]int64, index int) [][][][]int64

Int64D4 removes an element from list.

func Int64D5

func Int64D5(list [][][][][]int64, index int) [][][][][]int64

Int64D5 removes an element from list.

func Int64N

func Int64N(list []int64, index, n int) []int64

Int64N removes n elements from list.

func Int64ND2

func Int64ND2(list [][]int64, index, n int) [][]int64

Int64ND2 removes n elements from list.

func Int64ND3

func Int64ND3(list [][][]int64, index, n int) [][][]int64

Int64ND3 removes n elements from list.

func Int64ND4

func Int64ND4(list [][][][]int64, index, n int) [][][][]int64

Int64ND4 removes n elements from list.

func Int64ND5

func Int64ND5(list [][][][][]int64, index, n int) [][][][][]int64

Int64ND5 removes n elements from list.

func Int8

func Int8(list []int8, index int) []int8

Int8 removes an element from list.

func Int8D2

func Int8D2(list [][]int8, index int) [][]int8

Int8D2 removes an element from list.

func Int8D3

func Int8D3(list [][][]int8, index int) [][][]int8

Int8D3 removes an element from list.

func Int8D4

func Int8D4(list [][][][]int8, index int) [][][][]int8

Int8D4 removes an element from list.

func Int8D5

func Int8D5(list [][][][][]int8, index int) [][][][][]int8

Int8D5 removes an element from list.

func Int8N

func Int8N(list []int8, index, n int) []int8

Int8N removes n elements from list.

func Int8ND2

func Int8ND2(list [][]int8, index, n int) [][]int8

Int8ND2 removes n elements from list.

func Int8ND3

func Int8ND3(list [][][]int8, index, n int) [][][]int8

Int8ND3 removes n elements from list.

func Int8ND4

func Int8ND4(list [][][][]int8, index, n int) [][][][]int8

Int8ND4 removes n elements from list.

func Int8ND5

func Int8ND5(list [][][][][]int8, index, n int) [][][][][]int8

Int8ND5 removes n elements from list.

func IntD2

func IntD2(list [][]int, index int) [][]int

IntD2 removes an element from list.

func IntD3

func IntD3(list [][][]int, index int) [][][]int

IntD3 removes an element from list.

func IntD4

func IntD4(list [][][][]int, index int) [][][][]int

IntD4 removes an element from list.

func IntD5

func IntD5(list [][][][][]int, index int) [][][][][]int

IntD5 removes an element from list.

func IntN

func IntN(list []int, index, n int) []int

IntN removes n elements from list.

func IntND2

func IntND2(list [][]int, index, n int) [][]int

IntND2 removes n elements from list.

func IntND3

func IntND3(list [][][]int, index, n int) [][][]int

IntND3 removes n elements from list.

func IntND4

func IntND4(list [][][][]int, index, n int) [][][][]int

IntND4 removes n elements from list.

func IntND5

func IntND5(list [][][][][]int, index, n int) [][][][][]int

IntND5 removes n elements from list.

func Interface

func Interface(list []interface{}, index int) []interface{}

Interface removes an element from list.

func InterfaceD2

func InterfaceD2(list [][]interface{}, index int) [][]interface{}

InterfaceD2 removes an element from list.

func InterfaceD3

func InterfaceD3(list [][][]interface{}, index int) [][][]interface{}

InterfaceD3 removes an element from list.

func InterfaceD4

func InterfaceD4(list [][][][]interface{}, index int) [][][][]interface{}

InterfaceD4 removes an element from list.

func InterfaceD5

func InterfaceD5(list [][][][][]interface{}, index int) [][][][][]interface{}

InterfaceD5 removes an element from list.

func InterfaceN

func InterfaceN(list []interface{}, index, n int) []interface{}

InterfaceN removes n elements from list.

func InterfaceND2

func InterfaceND2(list [][]interface{}, index, n int) [][]interface{}

InterfaceND2 removes n elements from list.

func InterfaceND3

func InterfaceND3(list [][][]interface{}, index, n int) [][][]interface{}

InterfaceND3 removes n elements from list.

func InterfaceND4

func InterfaceND4(list [][][][]interface{}, index, n int) [][][][]interface{}

InterfaceND4 removes n elements from list.

func InterfaceND5

func InterfaceND5(list [][][][][]interface{}, index, n int) [][][][][]interface{}

InterfaceND5 removes n elements from list.

func Pointer

func Pointer(list []unsafe.Pointer, index int) []unsafe.Pointer

Pointer removes an element from list.

func PointerD2

func PointerD2(list [][]unsafe.Pointer, index int) [][]unsafe.Pointer

PointerD2 removes an element from list.

func PointerD3

func PointerD3(list [][][]unsafe.Pointer, index int) [][][]unsafe.Pointer

PointerD3 removes an element from list.

func PointerD4

func PointerD4(list [][][][]unsafe.Pointer, index int) [][][][]unsafe.Pointer

PointerD4 removes an element from list.

func PointerD5

func PointerD5(list [][][][][]unsafe.Pointer, index int) [][][][][]unsafe.Pointer

PointerD5 removes an element from list.

func PointerN

func PointerN(list []unsafe.Pointer, index, n int) []unsafe.Pointer

PointerN removes n elements from list.

func PointerND2

func PointerND2(list [][]unsafe.Pointer, index, n int) [][]unsafe.Pointer

PointerND2 removes n elements from list.

func PointerND3

func PointerND3(list [][][]unsafe.Pointer, index, n int) [][][]unsafe.Pointer

PointerND3 removes n elements from list.

func PointerND4

func PointerND4(list [][][][]unsafe.Pointer, index, n int) [][][][]unsafe.Pointer

PointerND4 removes n elements from list.

func PointerND5

func PointerND5(list [][][][][]unsafe.Pointer, index, n int) [][][][][]unsafe.Pointer

PointerND5 removes n elements from list.

func Rune

func Rune(list []rune, index int) []rune

Rune removes an element from list.

func RuneD2

func RuneD2(list [][]rune, index int) [][]rune

RuneD2 removes an element from list.

func RuneD3

func RuneD3(list [][][]rune, index int) [][][]rune

RuneD3 removes an element from list.

func RuneD4

func RuneD4(list [][][][]rune, index int) [][][][]rune

RuneD4 removes an element from list.

func RuneD5

func RuneD5(list [][][][][]rune, index int) [][][][][]rune

RuneD5 removes an element from list.

func RuneN

func RuneN(list []rune, index, n int) []rune

RuneN removes n elements from list.

func RuneND2

func RuneND2(list [][]rune, index, n int) [][]rune

RuneND2 removes n elements from list.

func RuneND3

func RuneND3(list [][][]rune, index, n int) [][][]rune

RuneND3 removes n elements from list.

func RuneND4

func RuneND4(list [][][][]rune, index, n int) [][][][]rune

RuneND4 removes n elements from list.

func RuneND5

func RuneND5(list [][][][][]rune, index, n int) [][][][][]rune

RuneND5 removes n elements from list.

func String

func String(list []string, index int) []string

String removes an element from list.

func StringD2

func StringD2(list [][]string, index int) [][]string

StringD2 removes an element from list.

func StringD3

func StringD3(list [][][]string, index int) [][][]string

StringD3 removes an element from list.

func StringD4

func StringD4(list [][][][]string, index int) [][][][]string

StringD4 removes an element from list.

func StringD5

func StringD5(list [][][][][]string, index int) [][][][][]string

StringD5 removes an element from list.

func StringN

func StringN(list []string, index, n int) []string

StringN removes n elements from list.

func StringND2

func StringND2(list [][]string, index, n int) [][]string

StringND2 removes n elements from list.

func StringND3

func StringND3(list [][][]string, index, n int) [][][]string

StringND3 removes n elements from list.

func StringND4

func StringND4(list [][][][]string, index, n int) [][][][]string

StringND4 removes n elements from list.

func StringND5

func StringND5(list [][][][][]string, index, n int) [][][][][]string

StringND5 removes n elements from list.

func UInt

func UInt(list []uint, index int) []uint

UInt removes an element from list.

func UInt16

func UInt16(list []uint16, index int) []uint16

UInt16 removes an element from list.

func UInt16D2

func UInt16D2(list [][]uint16, index int) [][]uint16

UInt16D2 removes an element from list.

func UInt16D3

func UInt16D3(list [][][]uint16, index int) [][][]uint16

UInt16D3 removes an element from list.

func UInt16D4

func UInt16D4(list [][][][]uint16, index int) [][][][]uint16

UInt16D4 removes an element from list.

func UInt16D5

func UInt16D5(list [][][][][]uint16, index int) [][][][][]uint16

UInt16D5 removes an element from list.

func UInt16N

func UInt16N(list []uint16, index, n int) []uint16

UInt16N removes n elements from list.

func UInt16ND2

func UInt16ND2(list [][]uint16, index, n int) [][]uint16

UInt16ND2 removes n elements from list.

func UInt16ND3

func UInt16ND3(list [][][]uint16, index, n int) [][][]uint16

UInt16ND3 removes n elements from list.

func UInt16ND4

func UInt16ND4(list [][][][]uint16, index, n int) [][][][]uint16

UInt16ND4 removes n elements from list.

func UInt16ND5

func UInt16ND5(list [][][][][]uint16, index, n int) [][][][][]uint16

UInt16ND5 removes n elements from list.

func UInt32

func UInt32(list []uint32, index int) []uint32

UInt32 removes an element from list.

func UInt32D2

func UInt32D2(list [][]uint32, index int) [][]uint32

UInt32D2 removes an element from list.

func UInt32D3

func UInt32D3(list [][][]uint32, index int) [][][]uint32

UInt32D3 removes an element from list.

func UInt32D4

func UInt32D4(list [][][][]uint32, index int) [][][][]uint32

UInt32D4 removes an element from list.

func UInt32D5

func UInt32D5(list [][][][][]uint32, index int) [][][][][]uint32

UInt32D5 removes an element from list.

func UInt32N

func UInt32N(list []uint32, index, n int) []uint32

UInt32N removes n elements from list.

func UInt32ND2

func UInt32ND2(list [][]uint32, index, n int) [][]uint32

UInt32ND2 removes n elements from list.

func UInt32ND3

func UInt32ND3(list [][][]uint32, index, n int) [][][]uint32

UInt32ND3 removes n elements from list.

func UInt32ND4

func UInt32ND4(list [][][][]uint32, index, n int) [][][][]uint32

UInt32ND4 removes n elements from list.

func UInt32ND5

func UInt32ND5(list [][][][][]uint32, index, n int) [][][][][]uint32

UInt32ND5 removes n elements from list.

func UInt64

func UInt64(list []uint64, index int) []uint64

UInt64 removes an element from list.

func UInt64D2

func UInt64D2(list [][]uint64, index int) [][]uint64

UInt64D2 removes an element from list.

func UInt64D3

func UInt64D3(list [][][]uint64, index int) [][][]uint64

UInt64D3 removes an element from list.

func UInt64D4

func UInt64D4(list [][][][]uint64, index int) [][][][]uint64

UInt64D4 removes an element from list.

func UInt64D5

func UInt64D5(list [][][][][]uint64, index int) [][][][][]uint64

UInt64D5 removes an element from list.

func UInt64N

func UInt64N(list []uint64, index, n int) []uint64

UInt64N removes n elements from list.

func UInt64ND2

func UInt64ND2(list [][]uint64, index, n int) [][]uint64

UInt64ND2 removes n elements from list.

func UInt64ND3

func UInt64ND3(list [][][]uint64, index, n int) [][][]uint64

UInt64ND3 removes n elements from list.

func UInt64ND4

func UInt64ND4(list [][][][]uint64, index, n int) [][][][]uint64

UInt64ND4 removes n elements from list.

func UInt64ND5

func UInt64ND5(list [][][][][]uint64, index, n int) [][][][][]uint64

UInt64ND5 removes n elements from list.

func UInt8

func UInt8(list []uint8, index int) []uint8

UInt8 removes an element from list.

func UInt8D2

func UInt8D2(list [][]uint8, index int) [][]uint8

UInt8D2 removes an element from list.

func UInt8D3

func UInt8D3(list [][][]uint8, index int) [][][]uint8

UInt8D3 removes an element from list.

func UInt8D4

func UInt8D4(list [][][][]uint8, index int) [][][][]uint8

UInt8D4 removes an element from list.

func UInt8D5

func UInt8D5(list [][][][][]uint8, index int) [][][][][]uint8

UInt8D5 removes an element from list.

func UInt8N

func UInt8N(list []uint8, index, n int) []uint8

UInt8N removes n elements from list.

func UInt8ND2

func UInt8ND2(list [][]uint8, index, n int) [][]uint8

UInt8ND2 removes n elements from list.

func UInt8ND3

func UInt8ND3(list [][][]uint8, index, n int) [][][]uint8

UInt8ND3 removes n elements from list.

func UInt8ND4

func UInt8ND4(list [][][][]uint8, index, n int) [][][][]uint8

UInt8ND4 removes n elements from list.

func UInt8ND5

func UInt8ND5(list [][][][][]uint8, index, n int) [][][][][]uint8

UInt8ND5 removes n elements from list.

func UIntD2

func UIntD2(list [][]uint, index int) [][]uint

UIntD2 removes an element from list.

func UIntD3

func UIntD3(list [][][]uint, index int) [][][]uint

UIntD3 removes an element from list.

func UIntD4

func UIntD4(list [][][][]uint, index int) [][][][]uint

UIntD4 removes an element from list.

func UIntD5

func UIntD5(list [][][][][]uint, index int) [][][][][]uint

UIntD5 removes an element from list.

func UIntN

func UIntN(list []uint, index, n int) []uint

UIntN removes n elements from list.

func UIntND2

func UIntND2(list [][]uint, index, n int) [][]uint

UIntND2 removes n elements from list.

func UIntND3

func UIntND3(list [][][]uint, index, n int) [][][]uint

UIntND3 removes n elements from list.

func UIntND4

func UIntND4(list [][][][]uint, index, n int) [][][][]uint

UIntND4 removes n elements from list.

func UIntND5

func UIntND5(list [][][][][]uint, index, n int) [][][][][]uint

UIntND5 removes n elements from list.

func UIntPtr

func UIntPtr(list []uintptr, index int) []uintptr

UIntPtr removes an element from list.

func UIntPtrD2

func UIntPtrD2(list [][]uintptr, index int) [][]uintptr

UIntPtrD2 removes an element from list.

func UIntPtrD3

func UIntPtrD3(list [][][]uintptr, index int) [][][]uintptr

UIntPtrD3 removes an element from list.

func UIntPtrD4

func UIntPtrD4(list [][][][]uintptr, index int) [][][][]uintptr

UIntPtrD4 removes an element from list.

func UIntPtrD5

func UIntPtrD5(list [][][][][]uintptr, index int) [][][][][]uintptr

UIntPtrD5 removes an element from list.

func UIntPtrN

func UIntPtrN(list []uintptr, index, n int) []uintptr

UIntPtrN removes n elements from list.

func UIntPtrND2

func UIntPtrND2(list [][]uintptr, index, n int) [][]uintptr

UIntPtrND2 removes n elements from list.

func UIntPtrND3

func UIntPtrND3(list [][][]uintptr, index, n int) [][][]uintptr

UIntPtrND3 removes n elements from list.

func UIntPtrND4

func UIntPtrND4(list [][][][]uintptr, index, n int) [][][][]uintptr

UIntPtrND4 removes n elements from list.

func UIntPtrND5

func UIntPtrND5(list [][][][][]uintptr, index, n int) [][][][][]uintptr

UIntPtrND5 removes n elements from list.

Types

This section is empty.

Jump to

Keyboard shortcuts

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