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
が渡されるでしょう。これは、単なる性能向上の手抜きです。
Availability 有効性
Technology
static var substringNotRequired: NSString
.EnumerationOptions
{ get }
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
が渡されるでしょう。これは、単なる性能向上の手抜きです。