LeviLamina
Loading...
Searching...
No Matches
JSIteratorKindEnum.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class JSIteratorKindEnum : int {
6 Key = 0,
7 Value = 1,
8 KeyAndValue = 2,
9};