all integer sizes are available as primitives
* fix wrong implicit cast for `@IntType` bit_count parameter. * fix incorrect docs for `@IntType` bit_count parameter. closes #1242 closes #745 closes #1240
This commit is contained in:
@@ -5,8 +5,6 @@ const Allocator = mem.Allocator;
|
||||
const assert = debug.assert;
|
||||
const ArrayList = std.ArrayList;
|
||||
|
||||
const fmt = std.fmt;
|
||||
|
||||
/// A buffer that allocates memory and maintains a null byte at the end.
|
||||
pub const Buffer = struct {
|
||||
list: ArrayList(u8),
|
||||
|
||||
Reference in New Issue
Block a user