Files
swift-mirror/stdlib/objc
Dmitri Hrybenko a69e341aa2 stdlib/NSString APIs on String: fix a bug and add tests for
rangeOfCharacterFromSet(_:options:range:)

The underlying Objective-C API could return an NSRange of NSNotFound.  Swift's
String.Index can not represent that, so change the API to return an optional
Swift Range<Index> instead.


Swift SVN r18679
2014-05-30 23:07:21 +00:00
..
2014-05-12 22:01:52 +00:00
2014-05-15 22:59:15 +00:00