We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ad5f7 commit a76d321Copy full SHA for a76d321
src/lib/LibMemoryKV.sol
@@ -2,8 +2,6 @@
2
// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
3
pragma solidity ^0.8.18;
4
5
-import {console2} from "forge-std/console2.sol";
6
-
7
/// Entrypoint into the key/value store. Is a mutable pointer to the head of the
8
/// linked list. Initially points to `0` for an empty list. The total word count
9
/// of all inserts is also encoded alongside the pointer to allow efficient O(1)
0 commit comments