Searched defs:collection (Results 1 – 2 of 2) sorted by relevance
36 void Append(CollectionType& collection, T&& arg) { in Append()41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append()
247 def sort_helper(collection, key): argument