# Functions
Contains reports whether the c is contained in the slice a.
ContainsByte reports whether the c is contained in the slice a.
ContainsFloat32 reports whether the c is contained in the slice a.
ContainsFloat64 reports whether the c is contained in the slice a.
ContainsInt reports whether the c is contained in the slice a.
ContainsInt16 reports whether the c is contained in the slice a.
ContainsInt32 reports whether the c is contained in the slice a.
ContainsInt64 reports whether the c is contained in the slice a.
ContainsInt8 reports whether the c is contained in the slice a.
ContainsRune reports whether the c is contained in the slice a.
ContainsString reports whether the c is contained in the slice a.
ContainsUint reports whether the c is contained in the slice a.
ContainsUint16 reports whether the c is contained in the slice a.
ContainsUint32 reports whether the c is contained in the slice a.
ContainsUint64 reports whether the c is contained in the slice a.
ContainsUint8 reports whether the c is contained in the slice a.
DeleteBytes removes the elements a[i:j] from a.
DeleteFloat32s removes the elements a[i:j] from a.
DeleteFloat64s removes the elements a[i:j] from a.
DeleteInt16s removes the elements a[i:j] from a.
DeleteInt32s removes the elements a[i:j] from a.
DeleteInt64s removes the elements a[i:j] from a.
DeleteInt8s removes the elements a[i:j] from a.
DeleteInts removes the elements a[i:j] from a.
DeleteRunes removes the elements a[i:j] from a.
DeleteStrings removes the elements a[i:j] from a.
DeleteUint16s removes the elements a[i:j] from a.
DeleteUint64s removes the elements a[i:j] from a.
DeleteUint8s removes the elements a[i:j] from a.
DeleteUints removes the elements a[i:j] from a.
Equal reports whether a and b are the same length and contain the same element.
EqualBytes reports whether a and b are the same length and contain the same element.
EqualFloat32s reports whether a and b are the same length and contain the same element.
EqualFloat64s reports whether a and b are the same length and contain the same element.
EqualInt16s reports whether a and b are the same length and contain the same element.
EqualInt32s reports whether a and b are the same length and contain the same element.
EqualInt64s reports whether a and b are the same length and contain the same element.
EqualInt8s reports whether a and b are the same length and contain the same element.
EqualInts reports whether a and b are the same length and contain the same element.
EqualRunes reports whether a and b are the same length and contain the same element.
EqualStrings reports whether a and b are the same length and contain the same element.
EqualUint16s reports whether a and b are the same length and contain the same element.
EqualUint32s reports whether a and b are the same length and contain the same element.
EqualUint64s reports whether a and b are the same length and contain the same element.
EqualUint8s reports whether a and b are the same length and contain the same element.
EqualUints reports whether a and b are the same length and contain the same element.
Get get element at the specified index i.
GetByte get element at the specified index i.
GetFloat32 get element at the specified index i.
GetFloat64 get element at the specified index i.
GetInt get element at the specified index i.
GetInt16 get element at the specified index i.
GetInt32 get element at the specified index i.
GetInt64 get element at the specified index i.
GetInt8 get element at the specified index i.
GetRune get element at the specified index i.
GetString get element at the specified index i.
GetUint get element at the specified index i.
GetUint16 get element at the specified index i.
GetUint32 get element at the specified index i.
GetUint64 get element at the specified index i.
GetUint8 get element at the specified index i.
Index returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexByte returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexFloat32 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexFloat64 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexInt returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexInt16 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexInt32 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexInt64 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexInt8 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexRune returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexString returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexUint returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexUint16 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexUint32 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexUint64 returns the index of the first instance of c in a, or -1 if c is not present in a.
IndexUint8 returns the index of the first instance of c in a, or -1 if c is not present in a.