_removeFirst

_removeFirst 方法用于从列表中除去第一个项。

注: 由于 removeFirst 方法执行比 _removeFirst 更多的检查,因此使用此方法更加安全。
可见性
Public
特征符
inline void _removeFirst()

反馈