Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SliceContainer ¶
type SliceContainer struct {
Slice []*int
}
func (*SliceContainer) Clone ¶
func (src *SliceContainer) Clone() *SliceContainer
Clone makes a deep copy of SliceContainer. The result aliases no memory with the original.
Click to show internal directories.
Click to hide internal directories.