--- a/docs/Writerside/topics/list.h.md Sat Jan 25 13:40:50 2025 +0100 +++ b/docs/Writerside/topics/list.h.md Sat Jan 25 13:44:24 2025 +0100 @@ -1,5 +1,9 @@ # List Interface +<warning> +Outdated - Rewrite! +</warning> + This header defines a common interface for all list implementations. UCX already comes with two common list implementations (linked list and array list) that should cover most use cases.