Documentation
¶
Index ¶
- func AppendCardinal[T Ordered](b []byte, value T) []byte
- func AppendInt[T Signed](b []byte, value T, base int) []byte
- func AppendQuote[T String](b []byte, value T) []byte
- func AppendSize[T Integer](b []byte, value T) []byte
- func AppendUint[T Unsigned](b []byte, value T, base int) []byte
- func Valid(b []byte) bool
- type Integer
- type Ordered
- type Ratio
- type Signed
- type String
- type Unsigned
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendCardinal ¶ added in v1.47.8
func AppendQuote ¶
func AppendSize ¶ added in v1.47.8
Types ¶
type Ratio ¶ added in v1.47.8
type Ratio float64
func (Ratio) AppendPercent ¶ added in v1.47.8
func (Ratio) AppendRate ¶ added in v1.47.8
Click to show internal directories.
Click to hide internal directories.