There was an error while loading. Please reload this page.
1 parent 8909127 commit 180bf48Copy full SHA for 180bf48
1 file changed
src/core/bitop.d
@@ -381,8 +381,8 @@ struct BitRange
381
* Construct a BitRange.
382
*
383
* Params:
384
- * bitarr - The array of bits to iterate over
385
- * numBits - The total number of valid bits in the given bit array
+ * bitarr = The array of bits to iterate over
+ * numBits = The total number of valid bits in the given bit array
386
*/
387
this(const(size_t)* bitarr, size_t numBits) @system
388
{
0 commit comments