Overload_CodeJam_Collections_EnumerableExtensions_Prepend - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
Prepend(T)(IEnumerable(T), T) | Prepends specified element to the collection start. |
![]()
|
Prepend(T)(IEnumerable(T), T[]) | Prepends specified elements to the collection start. |
