What is the difference between struct and unmanaged and deriving from ValueType in F# generic type constraints?
It took me a while to find the correct type constraints (f# compiler was precisely leading me towards that list) in a simple scenario:
Where can I find a good documentation of F# generic type constraints
It took me a while to find the correct type constraints (f# compiler was precisely leading me towards that list) in a simple scenario: