When searching a Data object that is a slice of another Data object, the default value for the 'range' parameter becomes the bounds of the parent data, rather than the slice. This results in a crash when trying to search using range(of:), as you can see by running the code below:
CharlesJS commentedJun 13, 2017
Additional Detail from JIRA
md5: f61c821c7374601c9542542c2b5e3bfb
Issue Description:
When searching a Data object that is a slice of another Data object, the default value for the 'range' parameter becomes the bounds of the parent data, rather than the slice. This results in a crash when trying to search using range(of:), as you can see by running the code below:
The text was updated successfully, but these errors were encountered: