Logo

Programming-Idioms

History of Idiom 109 > diff from v1 to v2

Edit summary for version 2 by :
Type depending in -> depending on

Version 1

2015-12-29, 20:58:40

Version 2

2015-12-29, 20:59:24

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 in the language.

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.