This includes re-auditing RSHTMLMetadata to change things I marked nullable that can actually never be nil, which will allow removal of some unneeded if let/guard let statements in NetNewsWire. (For example, appleTouchIcons is always initialized with an array, so it will never actually be nil.)
This includes re-auditing
RSHTMLMetadatato change things I markednullablethat can actually never benil, which will allow removal of some unneededif let/guard letstatements in NetNewsWire. (For example,appleTouchIconsis always initialized with an array, so it will never actually benil.)