rs

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Digital = &RS{[]byte("0123456789")}
	Hex     = &RS{[]byte("0123456789abcdef")}
	Base64  = &RS{[]byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_")}
)

Functions

This section is empty.

Types

type RS added in v0.1.7

type RS struct {
	// contains filtered or unexported fields
}

func New

func New(tab ...string) *RS

func (*RS) Bytes added in v0.1.7

func (rs *RS) Bytes(size int) []byte

func (*RS) String added in v0.1.7

func (rs *RS) String(len int) string

Jump to

Keyboard shortcuts

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