Logo

Programming-Idioms

History of Idiom 109 > diff from v11 to v12

Edit summary for version 12 by bukzor:
Rephrase for dynamic languages.

Version 11

2018-04-08, 19:02:43

Version 12

2018-04-08, 19:04:13

Idiom #109 Number of bytes of a type

Set n to the number of bytes of a variable of type T.
This makes different sense (if any), depending on the language.

Idiom #109 Number of bytes of a type

Set n to the number of bytes of a variable t (of type T).