소스 검색

doc: updated core.md

Michele Caini 4 년 전
부모
커밋
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_contains[_v]` to know if a type list contains a given type.
 * `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
 needs become apparent.<br/>