]> git.ozlabs.org Git - ccan/commit
darray: Add darray_remove()
authorAndy Grover <agrover@redhat.com>
Tue, 12 Aug 2014 17:49:13 +0000 (10:49 -0700)
committerAndy Grover <agrover@redhat.com>
Tue, 12 Aug 2014 17:49:13 +0000 (10:49 -0700)
commit54f85c236ad6f04734cda522ffb78bce7be824bf
tree4123d93c8f6dcdcf309cfd306f704182b7450633
parent897626152d12d7fd13a8feb36989eb5c8c1f3485
darray: Add darray_remove()

It is useful to be able to remove elements from other than the end, even
if it is slow.

Signed-off-by: Andy Grover <agrover@redhat.com>
ccan/darray/darray.h