Documentation
¶
Overview ¶
package sliceclone provides those basic slice cloning methods that I finally got tired of rewriting all the time.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bool ¶
Bool returns a cloned copy of the given bool slice -- returns nil if slice has zero length
func Byte ¶ added in v0.9.11
Byte returns a cloned copy of the given byte slice -- returns nil if slice has zero length
func Float32 ¶
Float32 returns a cloned copy of the given float32 slice -- returns nil if slice has zero length
func Float64 ¶
Float64 returns a cloned copy of the given float64 slice -- returns nil if slice has zero length
func Int32 ¶
Int32 returns a cloned copy of the given int32 slice -- returns nil if slice has zero length
func Int64 ¶
Int64 returns a cloned copy of the given int64 slice -- returns nil if slice has zero length
Types ¶
This section is empty.