|
|
|
|
|
by nightski
3414 days ago
|
|
They are nothing even remotely likely linq. Those functions return the resulting arrays. Linq expressions are not executed until enumerated. This allows you to compose linq expressions without computing intermediate results. |
|
Streams bear a pretty strong resemblance to translated LINQ.