@brief Delete partition from list.
@param rktparlist List to modify @param topic Topic name to match @param partition Partition to match
@returns 1 if partition was found (and removed), else 0.
@remark Any held indices to elems[] are unusable after this call returns 1.
See Implementation
@brief Delete partition from list.
@param rktparlist List to modify @param topic Topic name to match @param partition Partition to match
@returns 1 if partition was found (and removed), else 0.
@remark Any held indices to elems[] are unusable after this call returns 1.