Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteElement ¶
DeleteElement returns a *NEW* slice, that have the same and minimum length and capacity. DeleteElement makes a new slice by using easy slice literal.
func SafeConcat ¶
SafeConcat returns a *NEW* slice, that have the same and minimum length and capacity.
func SafeDeleteElement ¶
SafeDeleteElement returns a *NEW* slice, that have the same and minimum length and capacity. SafeDeleteElement makes a new slice by simply appending each element FROM SCRACH.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.