14 if (this->
size() < 2) {
return {}; }
Value object encapsulating a list of property indexes.
Q_REQUIRED_RESULT CPropertyIndexList copyFrontRemoved() const
List without front element, or empty list if not applicable.
CPropertyIndexList()=default
Default constructor.
size_type size() const
Returns number of elements in the sequence.
void pop_front()
Removes an element at the front of the sequence.
Free functions in swift::misc.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.