This is an archive of the discontinued LLVM Phabricator instance.

[docs] Add section on iteration utilities (`zip` & `enumerate`)
ClosedPublic

Authored by kuhar on Mar 29 2023, 11:06 PM.

Details

Summary

Since these are not in C++17, mention them in the programmers manual.

Diff Detail

Event Timeline

kuhar created this revision.Mar 29 2023, 11:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 11:06 PM
Herald added a subscriber: hanchung. · View Herald Transcript
kuhar requested review of this revision.Mar 29 2023, 11:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 11:06 PM
kuhar updated this revision to Diff 509555.Mar 29 2023, 11:10 PM

Add missing backticks

kazu accepted this revision.Mar 30 2023, 9:56 AM

Thank you for documenting these!

This revision is now accepted and ready to land.Mar 30 2023, 9:56 AM