1.

What Is Generics In F#?

Answer»

F# allows you to write GENERIC FUNCTION, method, TYPE, variable etc. It helps to AVOID repeating of code for each type. By writing generic code you can apply it for any type or VALUE.

F# allows you to write generic function, method, type, variable etc. It helps to avoid repeating of code for each type. By writing generic code you can apply it for any type or value.



Discussion

No Comment Found