Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 549 Bytes

bitfield.bitfield.resize.md

File metadata and controls

24 lines (14 loc) · 549 Bytes

Home > @thi.ng/bitfield > BitField > resize

BitField.resize() method

Resizes bitfield to new size given (rounded up to multiples of 32).

Signature:

resize(n: number): this;

Parameters

Parameter Type Description
n number new size

Returns:

this