_removeFirst
This method removes the first item from the list.
Note:
It is safer to use the method
removeFirst
because that method has more checks than _removeFirst.
Visibility
Public
Signature
inline void _removeFirst()
See Also
removeFirst
Feedback