- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.3k
docs(cpp/deque): add .back() term entry #7727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(cpp/deque): add .back() term entry #7727
Conversation
…ebyte\n\n- New term: deque::back() at content/cpp/concepts/deque/terms/back/back.md\n- Includes description, Syntax, Example with output, and Codebyte example\n- Follows Docs term template, content standards, and style guide\n- Notes undefined behavior when called on empty deque
| 
 | 
| Hey @HackersSpirit, please sign the CLA | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for a second review! 🚀
| @HackersSpirit please sign the CLA otherwise we'll have to close this PR | 
| @mamtawardhani When will this be closed? It's been two weeks... | 
| Hey @ylevental, the team is busy with loads of other work as well. We'll close and recycle the PRs as and when time permits. Hopefully by the end of october 😄 | 
| Closing this PR due to inactivity of the Author. | 
Summary: Add a new C++ term entry for deque::back().
Includes:
Description
Syntax (pseudo block + details)
Example (cpp) with Output (shell)
Codebyte Example (codebyte/cpp)
Notes:
First mention bolded
Added note on undefined behaviour for empty deque
Follows term-entry-template, content-standards, and style-guide