Add split for arrays.

This commit is contained in:
Stephen Chung
2021-02-23 11:57:50 +08:00
parent ac3d8e35d4
commit e88713611c
2 changed files with 14 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ Enhancements
* `Position` now implements `Add` and `AddAssign`.
* `Scope` now implements `IntoIterator`.
* Strings now have the `split_rev` method and variations of `split` with maximum number of segments.
* Arrays now have the `split` method.
Version 0.19.12