15 enum class Type : uchar {
22 using SizeInfoList = ::std::unordered_map<::persona::ArmSize::Type, ::persona::SizeInfo>;
27 MCAPI_C static ::std::string getStringFromType(::persona::ArmSize::Type armSizeType);
29 MCAPI_C static ::persona::ArmSize::Type getTypeFromString(::std::string_view armSizeStr);
35 MCAPI static ::std::unordered_map<::persona::ArmSize::Type, ::persona::SizeInfo>
const& mInfoList();