Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Join ¶
Join concatenates the elements of its first argument to create a single string. The separator string sep is placed between elements in the resulting string.
This is a copy of Go's strings.Join but uses generic type for the elements.
func RepeatJoin ¶
RepeatJoin returns a string consisting of count copies of the string s concatenated using the separate string sep. This is similar as using RepeatSlice together with Go's strings.Join. Panics when count is negative.
func RepeatSlice ¶
RepeatSlice returns a []string consisting of count copies of the string s. When count is zero, empty slice is returned. Panics when count is out of range when making slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.