yu.array

Undocumented in source.

Members

Functions

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

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

fillWithMemcpy
void fillWithMemcpy(void[] array, T filler)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta