瀏覽代碼

doc: updated core.md

Michele Caini 3 年之前
父節點
當前提交
497fb90b12
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/md/core.md

+ 1 - 0
docs/md/core.md

@@ -780,6 +780,7 @@ type list:
 * `type_list_unique[_t]` to remove duplicate types from a type list.
 * `type_list_unique[_t]` to remove duplicate types from a type list.
 * `type_list_contains[_v]` to know if a type list contains a given type.
 * `type_list_contains[_v]` to know if a type list contains a given type.
 * `type_list_diff[_t]` to remove types from type lists.
 * `type_list_diff[_t]` to remove types from type lists.
+* `type_list_transform[_t]` to _transform_ a range and create another type list.
 
 
 I'm also pretty sure that more and more utilities will be added over time as
 I'm also pretty sure that more and more utilities will be added over time as
 needs become apparent.<br/>
 needs become apparent.<br/>