Changes between Version 3 and Version 4 of TypeInference
- Timestamp:
- 08/08/09 12:58:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeInference
v3 v4 1 = Introduction=1 == Introduction to Type Inference == 2 2 3 3 Although you can explicitly declare the type of a local variable, you don't have to: … … 38 38 }}} 39 39 40 = Generics=40 == Generics == 41 41 42 42 Type inference also occurs for the types of generic lists, sets and dictionaries: … … 47 47 }}} 48 48 49 = If Expressions=49 == If Expressions == 50 50 51 51 If-expressions are typed based on their two possible expression results: … … 53 53 TODO 54 54 55 = Greatest Common Denominator=55 == Greatest Common Denominator == 56 56 57 57 TODO 58 58 59 = See Also=59 == See Also == 60 60 61 See also: AdditionalDoc, TypesOverview61 See also: TypesOverview, LanguageTopics