F# – defining explicit operator in F#
Update 2012/08/23: Thanks for the suggestion from Jizugu in the comments, I’ve updated the post to show you his approach to calling the explicit operator in a clean and elegant way. In C#, you can define an explicit operator for your type using the explicit keyword: You can define an explicit operator like the …