Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Last active December 31, 2015 05:07
Show Gist options
  • Save KentarouKanno/a4c0bfbe1cf0f0569b94 to your computer and use it in GitHub Desktop.
Save KentarouKanno/a4c0bfbe1cf0f0569b94 to your computer and use it in GitHub Desktop.
Type

Type

CollectionType

Indexable
SequenceType

LiteralConvertible

ArrayLiteralConvertible

BooleanLiteralConvertible

DictionaryLiteralConvertible

FloatLiteralConvertible

IntegerLiteralConvertible

NilLiteralConvertible

StringLiteralConvertible

UnicodeScalarLiteralConvertible
Equatable
>> 
func == (lhs: Self, rhs: Self) -> Bool

Hashable
>> 
var hashValue: Int { get }

Comparable
>> 
func < (lhs: Self, rhs: Self) -> Bool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment