popFirst method

void popFirst()

从该数组字段中移除第一个成员

Implementation

void popFirst() => $pop(-1);