fn writeAssumeCapacity(self: *Self, src: []const T) void
Appends the data in src to the fifo. You must have ensured there is enough space.
src
self: *Self,
src: []const T,