Second part of dropping nullable support now in the Flatten()
extension methods.
Breaking changes
Flatten()
no longer support nullable objects in the incoming array. These should be filtered out before they hit this call. Top level nullability will still be supported at this time if the array is a null object.