File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ Defined as:
402
402
Returns a native C < num > value for the B < eight > bytes starting at the given
403
403
position.
404
404
405
- = head1 Methods on blob8 only (6.d, 2019.01 and later)
405
+ = head1 Methods on blob8 only (6.d, 2019.03 and later)
406
406
407
407
= head2 method read-ubits
408
408
Original file line number Diff line number Diff line change @@ -316,13 +316,13 @@ Writes a native C<num64> IEEE floating point value at the given position with
316
316
the given endianness.
317
317
318
318
319
- = head1 Methods on blob8 only (6.d, 2019.01 and later)
319
+ = head1 Methods on buf8 only (6.d, 2019.03 and later)
320
320
321
321
= head2 method write-ubits
322
322
323
323
Defined as:
324
324
325
- method write-ubits(blob8 :D: uint $pos, uint $bits, UInt:D $value --> Nil)
325
+ method write-ubits(buf8 :D: uint $pos, uint $bits, UInt:D $value --> Nil)
326
326
327
327
Writes an unsigned integer value to the B < bits > from the given B < bit > offset
328
328
and given number of bits. The endianness of the bits is assumed to be
@@ -332,7 +332,7 @@ C<BigEndian>. Always returns Nil.
332
332
333
333
Defined as:
334
334
335
- method write-bits(blob8 :D: uint $pos, uint $bits, Int:D $value --> Nil)
335
+ method write-bits(buf8 :D: uint $pos, uint $bits, Int:D $value --> Nil)
336
336
337
337
Writes a signed integer value for the B < bits > from the given B < bit > offset
338
338
and given number of bits. The endianness of the bits is assumed to be
You can’t perform that action at this time.
0 commit comments