Tuesday, 1 October 2013

Should I use Nullable in F#?

Should I use Nullable in F#?

Which way is more idiomatic to use Nullable<'a> or to use Option<'a> for
representing a nullable int?

No comments:

Post a Comment