fn writeAssumeCapacity(self: *Self, src: []const T) void

Appends the data in src to the fifo. You must have ensured there is enough space.

Parameters

self: *Self,
src: []const T,