Closed maltemoeser closed 4 years ago
Adds .select and .count aliases for .map and .size, to bring the fluent interface closer to LINQ. Keeps .map and .size around for now for backwards compatibility, might be deprecated in the future.
.select
.count
.map
.size
Closes #397.
Adds
.select
and.count
aliases for.map
and.size
, to bring the fluent interface closer to LINQ. Keeps.map
and.size
around for now for backwards compatibility, might be deprecated in the future.Closes #397.