Skip to content

Commit f09c40e

Browse files
committed
note that substrings are also efficient
1 parent 40b14f6 commit f09c40e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ julia> abc = StringView(0x61:0x63) # and for other array types
3535
```
3636

3737
Other optimized (copy-free) operations include I/O, hashing, iteration/indexing,
38-
comparisons, and validation.
38+
comparisons, and validation. Working with a `SubString` of a `StringView` is
39+
similarly efficient.

0 commit comments

Comments
 (0)