56345064331b94b13b3f05e15a51b75fc85034c9
b_list behaves exactly like b_queue, with two key differences:
1) it is memory-managed like other b_objects, which means it
is stored on the heap and ref-counted.
2) it is not an invasive data structure, and will automatically
create and manage list nodes that contain pointers to the
list items.
The file is empty.
Description
Languages
C
98.8%
CMake
1.2%