ZXFoundation™ 26h2
Loading...
Searching...
No Matches
queue.cxxm File Reference
module lib.queue

Fixed-capacity FIFO queue implementation. More...

import std;
import zxfoundation.base.types;
Include dependency graph for queue.cxxm:

Data Structures

class  lib::static_queue< T, N >
 A fixed-capacity FIFO queue (circular buffer). More...

Detailed Description

Fixed-capacity FIFO queue implementation.

SPDX-License-Identifier: Apache 2.0