mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
782a79f847
commit
cbd6d89730
@ -13,7 +13,8 @@ constexpr T default_invalid_value(){
|
||||
else return Discarded();
|
||||
}
|
||||
|
||||
#define PK_LOOP_K(B) for(int i=0; i<kCapacity; i++) { B(i) }
|
||||
// #define PK_LOOP_K(B) for(int i=0; i<kCapacity; i++) { B(i) }
|
||||
#define PK_LOOP_K(B) B(0) B(1) B(2) B(3) B(4) B(5) B(6) B(7)
|
||||
|
||||
template<typename V>
|
||||
struct SmallNameDict{
|
||||
|
Loading…
x
Reference in New Issue
Block a user