This library would benefit from supporting long, maybe as a replacement of int or with generics. I'm building an audio player that uses NAudio which specifies position in the playback in terms of bytes of the file. This quickly exceeds the limitation of int.
Regards,
Jurij