Skip to content

Commit

Permalink
added to type layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Mar 26, 2018
1 parent 2ac695f commit 0eb59f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/type-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ u8 | 1
u16 | 2
u32 | 4
u64 | 8
u128 | 16
i8 | 1
i16 | 2
i32 | 4
i64 | 8
i128 | 16
f32 | 4
f64 | 8
char | 4
Expand Down

0 comments on commit 0eb59f7

Please sign in to comment.