removeFirst method

E removeFirst()

移除首个元素

Implementation

E removeFirst() => removeAt(0);