Name Description Size
apple
gnustep.rs 1122
mod.rs Sends a message to self with the given selector and arguments. The correct version of `objc_msgSend` will be chosen based on the return type. For more information, see Apple's documentation: <https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ObjCRuntimeRef/index.html#//apple_ref/doc/uid/TP40001418-CH1g-88778> If the selector is known at compile-time, it is recommended to use the `msg_send!` macro rather than this method. 9459
verify.rs 1594