release
Releases and pops the receiver.
レシーバをリリース(解放)してポップ(スタックから取り出す)します。
- drain
In a reference-counted environment, releases and pops the receiver; in a garbage-collected environment, triggers garbage collection if the memory allocated since the last collection is greater than the current threshold.
参照カウント環境では、レシーバをリリース(解放)してポップ(スタックから取り出し)します、ガベージコレクション環境では、ガベージコレクションを引き起こします、もし最後のコレクションから今までにアロケートされたメモリが現在のしきい値より大きいならば。
retain
Raises an exception.
例外を引き起こします。