citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

feat: add .select and .count methods #409

Closed maltemoeser closed 4 years ago

maltemoeser commented 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.

Closes #397.