mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update pool.zig
This commit is contained in:
@@ -118,6 +118,7 @@ pub fn ObjectPool(
|
||||
return struct {
|
||||
const Pool = @This();
|
||||
const LinkedList = SinglyLinkedList(Type, Pool);
|
||||
pub const List = LinkedList;
|
||||
pub const Node = LinkedList.Node;
|
||||
const MaxCountInt = std.math.IntFittingRange(0, max_count);
|
||||
const DataStruct = struct {
|
||||
|
||||
Reference in New Issue
Block a user