github.com/emirpasic/gods/lists/arraylist.List.Add (method)

8 uses

	github.com/emirpasic/gods/lists/arraylist (current package)
		arraylist.go#L39: 		list.Add(values...)
		arraylist.go#L45: func (list *List) Add(values ...interface{}) {
		arraylist.go#L158: 			list.Add(values...)
		arraylist.go#L178: 			list.Add(value)
		enumerable.go#L27: 		newList.Add(f(iterator.Index(), iterator.Value()))
		enumerable.go#L38: 			newList.Add(iterator.Value())

	github.com/emirpasic/gods/trees/binaryheap
		binaryheap.go#L50: 		heap.list.Add(values[0])
		binaryheap.go#L55: 			heap.list.Add(value)