Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeBytes ¶
EscapeBytes adds a backslash to \, ], " characters.
func RemoveBytes ¶
RemoveBytes removes byte at given positions from data byte slice, starting from the given offset.
func UnsafeUTF8DecimalCodePointsToInt ¶
UnsafeUTF8DecimalCodePointsToInt converts a slice containing a series of UTF-8 decimal code points into their integer rapresentation.
It assumes input code points are in the range 48-57. Returns a pointer since an empty slice is equal to nil and not to the zero value of the codomain (ie., `int`).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.