|
|
@ -293,7 +293,7 @@ func (list *List) Insert(index int, values ...interface{}) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Sets value at specified index position
|
|
|
|
// Set value at specified index position
|
|
|
|
// Does not do anything if position is negative or bigger than list's size
|
|
|
|
// Does not do anything if position is negative or bigger than list's size
|
|
|
|
// Note: position equal to list's size is valid, i.e. append.
|
|
|
|
// Note: position equal to list's size is valid, i.e. append.
|
|
|
|
func (list *List) Set(index int, value interface{}) {
|
|
|
|
func (list *List) Set(index int, value interface{}) {
|
|
|
|