1.

What Is Type Inference In F#?

Answer»

Type inference means when you are WRITING code then you don't need to specify type of values or VARIABLES. F# COMPILER is strong ENOUGH to infer the type of VALUE.

Type inference means when you are writing code then you don't need to specify type of values or variables. F# compiler is strong enough to infer the type of value.



Discussion

No Comment Found