Skip to content

Commit

Permalink
πŸ“ arrays.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfps committed May 18, 2024
1 parent df61707 commit 0142b3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `uint8[]`, `uint128[]`, `uint256[]`

## General Array Storage

Up till now, we've learnt about individual data types in Solidity and how they are stored in storage. Before we proceed to their array counterparts, we would want to go over how arrays are viewed in Solidity storage generally. This view is applied to all other types.

Solidity recognizes two types of arrays, the fixed length array and the dynamic array. These two array types are
Expand Down

0 comments on commit 0142b3a

Please sign in to comment.