package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Jul 6, 2015
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BitIn test whether the bit at index is set to 1, if true, return 1 << index, else 0
BitNotIn test whether the bit at index is set to 0, if true, return 1 << index, else 0
ByteIn return the index that byte in byte list or -1 if not exist
CharIn search index of char in sorted string with ascending order
RuneIn return the index that rune in rune list or -1 if not exist
SortedNumberIn search index of number in sorted numbers with ascending order
StringIn return the index of string to find in a string slice or -1 if not found
Source Files
¶
Click to show internal directories.
Click to hide internal directories.