User wants to have "typeof" function
What?
User wants to have typeof function to get underlying type of a variable.
How?
let a = new Array<float32>(1);
console.log(typeof a == Array<int32>); //false
console.log(typeof a == Array<float32>); //true
v2?
Nice to have in v1
On Wed 12. Apr 2017 at 4:47 PM, Wink Saville [email protected] wrote:
v2?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/01alchemist/TurboScript/issues/5#issuecomment-293601297, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMGZqjXzYMCri0V7yyqpTF98ks8YWzFks5rvOQcgaJpZM4MfZlm .
Mark as such (v1.1.0)?
On Wed, Apr 12, 2017 at 8:48 AM Nidin Vinayakan [email protected] wrote:
Nice to have in v1
On Wed 12. Apr 2017 at 4:47 PM, Wink Saville [email protected] wrote:
v2?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/01alchemist/TurboScript/issues/5#issuecomment-293601297 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AAMGZqjXzYMCri0V7yyqpTF98ks8YWzFks5rvOQcgaJpZM4MfZlm
.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/01alchemist/TurboScript/issues/5#issuecomment-293621810, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-hHGmsSKH3-cGXghPUy1U3hL9TafN9ks5rvPJGgaJpZM4MfZlm .
Moved to v2 but nice to have in v1