Enumeration Case 列挙ケース

NSStringEnumerationSubstringNotRequired

Declaration 宣言

NSStringEnumerationSubstringNotRequired = 1UL << 9

Discussion 議論

A way to indicate that the block does not need substring, in which case nil will be passed. This is simply a performance shortcut. ブロックが下位文字列を必要としないことを指し示すためのある方法、その場合にはnilが渡されるでしょう。これは、単なる性能向上の手抜きです。