[Webkit-unassigned] [Bug 189633] New: Add size() function to OptionSet
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 14 14:42:03 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189633
Bug ID: 189633
Summary: Add size() function to OptionSet
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wwang153 at stanford.edu
As of now, the OptionSet class does not have a size() function, so programmers must perform their own bit manipulation to find the size of an OptionSet, AKA the number of bits that are set. Adding this functionality should make it much easier and less convoluted to find the cardinality of an OptionSet.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180914/ab2f3091/attachment.html>
More information about the webkit-unassigned
mailing list