Closed
Bug 1633350
Opened 5 years ago
Closed 5 years ago
Add SplitAt method to mozilla::Span
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(2 files)
Add a SplitAt method to mozilla::Span which returns a pair of head and tail spans.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D72604
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d64614fe8fa
Add deduction guide for constructing Span from a plain array. r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/604652135c36
Add SplitAt method to mozilla::Span. r=hsivonen
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3d64614fe8fa
https://hg.mozilla.org/mozilla-central/rev/604652135c36
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•