Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 891 Bytes

Value Type.md

File metadata and controls

34 lines (31 loc) · 891 Bytes

Types that are passed by value, i.e. they are always copied when they are used as function arguments or in assignments:


Slide Screenshot

037.jpg


Slide Deck

  • Types: Value & Reference
  • Value: Passed by Value
  • Copied: Arguemtns/Assignments
  • E.g.: Boolean, Integer, Address, Enums, etc.
  • Security: Copy -> Safer
  • Check -> Persistence

References