func sel_getName (Selector) -> UnsafePointer<CChar>
Returns the name of the method specified by a given selector.
与えられたセレクタによって指定されたメソッドの名前を返します。
func sel_registerName (UnsafePointer<CChar>) -> Selector
Registers a method with the Objective-C runtime system, maps the method name to a selector, and returns the selector value.
あるメソッドをObjective-C runtimeシステムに登録して、そのメソッド名をあるセレクタにマップして、そしてそのセレクタ値を返します。
func sel_isEqual (Selector, Selector) -> Bool
Returns a Boolean value that indicates whether two selectors are equal.
あるブール値を返します、それは2つのセレクタが等しいかどうかを指し示します。