_removeFirst

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

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

反馈