arrayRemove

* 移除数组中元素,并且数组下标前移。 * return: 移除的个数 * 注: 对数组的长度不做处理

size_t
arrayRemove
(
E
)
(
ref E[] ary
,
auto ref E e
)

Meta