Changes between Version 9 and Version 10 of TypesOverview
- Timestamp:
- 02/06/09 12:22:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypesOverview
v9 v10 1 1 2 * Primitive Types 2 = Cobra Types Overview = 3 4 * Primitive Types 3 5 * Common 4 6 * bool … … 10 12 * number (= decimal, change with -number: option) 11 13 * dynamic (see DynamicType) 12 * Explicit Sizes 14 * Explicit Sizes/Sign 13 15 * int8, int16, int32, int64 14 16 * uint8, uint16, uint32, uint64 … … 39 41 * "dynamic" implies "dynamic?" meaning you can always pass "nil" where "dynamic" is expected 40 42 * Streams 41 * foo* - zero or more objects of type foo43 * foo* - walkable collection of zero or more objects of type foo 42 44 * See StreamType 43 45 * Working with types at run-time … … 59 61 60 62 TODO: arrays, passthrough, vari, local var type inference, greatest common denominator 63 64 Back to AdditionalDoc