How to Pipeline Arithmetic Operators in F#

I’ve been playing around with F# lately and have been using it to implement the MurmurHash3 algorithm. Once I got the hang of the pipeline and composing functions correctly, it turned out to be pretty straightforward to implement the 32 bit version. They key to my whole implementation was figuring out how to properly pipeline […]