ZygosoptiontoNullableSur cette pagetoNullable() toNullable<A>(ma): A | null Converts an Option to a nullable value. Type Parameters A: A The value type. Parameters ma: Option<A> The Option to convert. Returns: A | null The value or null. Since 2.0.0