diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-01-20 15:09:44 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-22 21:31:36 +0000 |
commit | c7a66882f43cf81d3db7d81a9d1dd64986826b1e (patch) | |
tree | 1d68af6a6c4bc6d78b795a2103ca773931a42a20 /Userland | |
parent | ccabc8e9309bef79320ec61a98951c7003e24584 (diff) | |
download | serenity-c7a66882f43cf81d3db7d81a9d1dd64986826b1e.zip |
AK: Make NonnullPtrVectors shuffleable
AK::shuffle() doesn't work on these, because their operator[] returns a
reference to the pointed-at value, instead of to the NonnullPtr itself.
Diffstat (limited to 'Userland')
0 files changed, 0 insertions, 0 deletions