yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
arrayRemove
yu
array
* 移除数组中元素,并且数组下标前移。 * return: 移除的个数 * 注: 对数组的长度不做处理
size_t
arrayRemove
(
E
)
(
ref
E
[]
ary
,
auto
ref
E
e
)
Meta
Source
See Implementation
yu
array
functions
arrayRemove
fillWithMemcpy
* 移除数组中元素,并且数组下标前移。 * return: 移除的个数 * 注: 对数组的长度不做处理