solady icon indicating copy to clipboard operation
solady copied to clipboard

✨ LibTransient TStack

Open Vectorized opened this issue 11 months ago • 0 comments
trafficstars

just for bytes32.

push(bytes32 x);
pop();
top();
top(uint i);
clear();
size();

Vectorized avatar Nov 27 '24 05:11 Vectorized