We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043e354 commit e2ba660Copy full SHA for e2ba660
Source/String.Views.swift
@@ -52,7 +52,8 @@ public extension SwiftString {
52
i += sequenceLength
53
}
54
#elseif ISLAND
55
- #hint Not implemented yet
+ throw NotImplementedException("CharacterView is not fully implemented for Island yet.")
56
+ #hint Not implemented yet
57
#endif
58
59
/* old logic to detect surrogate pairs; not needed right now
0 commit comments