void pop()				{ st.pop_back(); }
	void pop() {
		collection.pop_back();
	}