Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Have128bit = false
View Source
var Have256bit = false
View Source
var IndexByte func(data []byte, b byte) int = index_byte_scalar
Return the index at which b first occurs in data. If not found -1 is returned.
View Source
var IndexByte2 func(data []byte, a, b byte) int = index_byte2_scalar
Return the index at which either a or b first occurs in data. If neither is found -1 is returned.
View Source
var IndexByte2String func(text string, a, b byte) int = index_byte2_string_scalar
Return the index at which either a or b first occurs in text. If neither is found -1 is returned.
View Source
var IndexByteString func(text string, b byte) int = index_byte_string_scalar
Return the index at which either a or b first occurs in text. If neither is found -1 is returned.
View Source
var IndexC0 func(data []byte) int = index_c0_scalar
Return the index at which the first C0 byte is found or -1 when no such bytes are present.
View Source
var IndexC0String func(data string) int = index_c0_string_scalar
Return the index at which the first C0 byte is found or -1 when no such bytes are present.
View Source
var VectorSize = 1
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.