samchon / tstl

TypeScript-STL (Standard Template Library, migrated from C++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change all the let symbols to be const if possible

samchon opened this issue · comments

I've developed TSTL to using let symbol rather than the const symbol.

However, to enhance the safe implementation, it would better to change the let keywords to be const, if possible.