/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.stefanjudis.com
| | dmitripavlutin.com
7.3 parsecs away

Travel
| | Index signatures in TypeScript let's you annotate objects of unknown structure.
| | flapenguin.me
6.6 parsecs away

Travel
| | Can't it just be typed to return true when argument is known to be NaN at compile time?
| | sitr.us
6.4 parsecs away

Travel
| | In type theory a unit type is any type that represents exactly one possible value. The unit types in TypeScript include null, undefined, and literal types. TypeScript also has the type void which is used as the return type for functions that don't have an explicit return value. In JavaScript a function that does not explicitly return implicitly returns undefined; so at first glance it would seem that void is an alias for the undefined type. But it is not! ...
| | seb.wilzba.ch
15.1 parsecs away

Travel
| You might have seen that I have been coding a lot in D lately and as a few weeks ago there was theExpressive C++17 Coding Challengewith its winner in C++ now...