[<RequiresExplicitTypeArgumentsAttribute ()>]
val defaultof<'a> : 'a |
Generate a defult value for any type. This is null for reference types,
For structs, this is struct value where all fields have the default value.
This function is unsafe in the sense that some F# values do not have proper 'null' values.
|