215
правок
Изменения
→pop
=== pop ===
'''function''' pop(): '''if ''' !empty() x = elements[head] head = (head + 1) % elements.length size-- '''return ''' x
=== empty ===
empty()