utilities

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dtoi

func Dtoi(s string) (n int, i int, ok bool)

Dtoi is Decimal to integer. Returns number, characters consumed, success. Official function definition is here: https://cs.opensource.google/go/go/+/refs/tags/go1.17.1:src/net/parse.go

func Xtoi

func Xtoi(s string) (n int, i int, ok bool)

Xtoi is Hexadecimal to integer. Returns number, characters consumed, success. Official function definition is here: https://cs.opensource.google/go/go/+/refs/tags/go1.17.1:src/net/parse.go

Types

This section is empty.

Jump to

Keyboard shortcuts

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