diff options
Diffstat (limited to 'docs/clist_api.md')
| -rw-r--r-- | docs/clist_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md index d899e6ad..455a66fb 100644 --- a/docs/clist_api.md +++ b/docs/clist_api.md @@ -1,6 +1,8 @@ # Container type clist This describes the API of circular singly linked list type **clist**. +Similar to c++ *std::forward_list*, but can do both *push_front()* and *push_back()* as well as *pop_front()*. +Also supports various *splice* functions and *merge sort*. ## Declaration |
