From: Andy Grover Date: Tue, 12 Aug 2014 17:49:13 +0000 (-0700) Subject: darray: Add darray_remove() X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=54f85c236ad6f04734cda522ffb78bce7be824bf;hp=54f85c236ad6f04734cda522ffb78bce7be824bf 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 ---