<HTML><BODY>Hello.<br><br>For example we have<br><br>Class A {}<br>Struct B {}<br><br>And code 'let b = B()' will do much faster than code 'let a = A()'<br>And therefore code 'let d = Date()' is fast,&nbsp;because Date is struct?<br>And I can use it in huge cycles&nbsp;fearlessly?<br><br><br><br><br>-- <br>Alexandr Sedykh</BODY></HTML>