On 2/4/2014 2:39 PM, Dicebot wrote: > Also non-nullable types should be implicitly cast to nullable parameters so you > don't always need to support all cases distinctively. The difficulty comes when needing to transfer the nullability of the argument to the nullability of the return type. Implicit conversions don't help with that. See inout.