<div dir="rtl"><div dir="ltr">I have couple of questions about __libcpp_nmstr class design. </div><div dir="ltr"><br></div><div dir="ltr">It's a reference counted char* class optimized for size, right?</div><div dir="ltr">

<br></div><div dir="ltr">Why is this so important to optimize this class size to the absolute minimum?<br></div><div dir="ltr"><br></div><div dir="ltr">What is the purpose of the two unused_t? (I understand they are named unused...) </div>

<div dir="ltr">Why they are assigned the string length if never used?</div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div></div>