Logo

Programming-Idioms

History of Idiom 109 > diff from v14 to v15

Edit summary for version 15 by programming-idioms.org:
New PHP implementation by user [programming-idioms.org]

Version 14

2018-06-12, 17:58:03

Version 15

2019-03-07, 18:05:52

Idiom #109 Number of bytes of a type

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

Idiom #109 Number of bytes of a type

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

Code
hello