Add CircularBuffer data structure (#4913)
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -10,6 +10,7 @@ import {AuthorityUtils} from "../access/manager/AuthorityUtils.sol";
|
||||
import {Base64} from "../utils/Base64.sol";
|
||||
import {BitMaps} from "../utils/structs/BitMaps.sol";
|
||||
import {Checkpoints} from "../utils/structs/Checkpoints.sol";
|
||||
import {CircularBuffer} from "../utils/structs/CircularBuffer.sol";
|
||||
import {Clones} from "../proxy/Clones.sol";
|
||||
import {Create2} from "../utils/Create2.sol";
|
||||
import {DoubleEndedQueue} from "../utils/structs/DoubleEndedQueue.sol";
|
||||
@ -24,6 +25,7 @@ import {ERC721Holder} from "../token/ERC721/utils/ERC721Holder.sol";
|
||||
import {Math} from "../utils/math/Math.sol";
|
||||
import {MerkleProof} from "../utils/cryptography/MerkleProof.sol";
|
||||
import {MessageHashUtils} from "../utils/cryptography/MessageHashUtils.sol";
|
||||
import {Panic} from "../utils/Panic.sol";
|
||||
import {Packing} from "../utils/Packing.sol";
|
||||
import {SafeCast} from "../utils/math/SafeCast.sol";
|
||||
import {SafeERC20} from "../token/ERC20/utils/SafeERC20.sol";
|
||||
|
||||
Reference in New Issue
Block a user