📦 deps(tsl): sync tsl-playbook from a71480a4

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,21 @@
# Object - THashedStringList 哈希字符串列表
## `THashedStringList`
声明:class
使用哈希索引加速查找的字符串列表内置对象
<!-- tags: Object 哈希索引 哈希表 hash 查找 搜索 lookup 数组 列表 array list 字符串 -->
父类:`TStringList`
### `create()`
声明:function
创建 THashedStringList 实例
<!-- tags: Object 创建 生成 数组 列表 array list 字符串 文本 string text 对象 -->
可见性:public