Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Max ¶ added in v0.1.4
func Max[T constraints.Integer](x, y T) T
Max returns the larger of x or y.
func Min ¶ added in v0.1.4
func Min[T constraints.Integer](x, y T) T
Min returns the smaller of x or y.
func MultiLines ¶ added in v0.1.5
MultiLines formats a multiline raw string, changing:
` First line Second line Third line `
to:
`First line Second line Third line`
It is intended to be called like this:
MultiLines(` First Line Second line Third line `)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.