fn resize(self: *@This(), new_len: usize, fill: bool) !void
[src]
Resizes to a new length. If the new length is larger than the old length, fills any added bits with fill
.
fn resize(self: *@This(), new_len: usize, fill: bool) !void
Resizes to a new length. If the new length is larger than the old length, fills any added bits with fill
.