Added postfix unary operators to dynamo.
Changed all cases of calling GetNSObject and CSObjectForSwiftObject to have ! after the call.
Why not inject a null check and exception? Because if these calls return null you've got bigger problems on your hands and the runtime will throw and exception for you.
Added postfix unary operators to dynamo. Changed all cases of calling
GetNSObject
andCSObjectForSwiftObject
to have!
after the call.Why not inject a null check and exception? Because if these calls return
null
you've got bigger problems on your hands and the runtime will throw and exception for you.