Add pop to string.

This commit is contained in:
Stephen Chung
2021-09-20 16:25:23 +08:00
parent 71e8cf727d
commit 6e7fbfa66f
3 changed files with 35 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ Enhancements
### String Values
* `SmartString` now uses `LazyCompact` instead of `Compact` to minimize allocations.
* Added `pop` for strings.
### `Scope` API