Created
June 15, 2021 15:30
-
-
Save BogdanAriton/69ee824dacab4416fc6f52814d37681b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // returning a const pointer to the front | |
| Iterator begin() const noexcept | |
| { | |
| return Iterator(this->head); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment