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_getUid (UnsafePointer<CChar>) -> Selector
Registers a method name with the Objective-C runtime system.
メソッド名をObjective-C runtimeシステムに登録します。
func sel_isEqual (Selector, Selector) -> Bool
Returns a Boolean value that indicates whether two selectors are equal.
あるブール値を返します、それは2つのセレクタが等しいかどうかを指し示します。