When using inline functions in F#, I find biggest advantage is with small operators and functions. You can write more flexible code without having to perform too many type castings.
Loading
When using inline functions in F#, I find biggest advantage is with small operators and functions. You can write more flexible code without having to perform too many type castings.