<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 04:11:02 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@kwakbab/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[Enum with String and Int]]></title><description><![CDATA[enum Group: String { case Me case You case Her case Him init?(index: Int) { switch index { case 0: self = .Me case 1: self = .You case 2: self = .Her case 3: self = .Him default: return nil } } }]]></description><link>http://direct.ecency.com/swift/@kwakbab/enum-with-string-and-int</link><guid isPermaLink="true">http://direct.ecency.com/swift/@kwakbab/enum-with-string-and-int</guid><category><![CDATA[swift]]></category><dc:creator><![CDATA[kwakbab]]></dc:creator><pubDate>Thu, 01 Feb 2018 02:49:00 GMT</pubDate></item></channel></rss>