Merge branch 'master' into enumerable

pull/12/head
Emir Pasic 8 years ago
commit 98bde950bc

@ -254,7 +254,6 @@ func (list *List) Insert(index int, values ...interface{}) {
if index == list.size {
list.Add(values...)
}
fmt.Println(list.Values())
return
}

@ -233,7 +233,6 @@ func (list *List) Insert(index int, values ...interface{}) {
if index == list.size {
list.Add(values...)
}
fmt.Println(list.Values())
return
}

Loading…
Cancel
Save