Value Types– tag –
-
Tutorials and guides
Day 8. Basic Syntax of Solidity – Value Types –
In Solidity, there are types like value types, reference types, and mapping types. Value types are used to define numerical and string types. In value types, the values are stored directly. -
Tutorials and guides
day8. Solidity基本文法 – 値型 –
Solidityには、値型(Value Types)、参照型(Reference Types)、マッピング型(Mapping Types)といった型の種類があります。このうち値型は、数字、文字列といった種類を定義するためのものです
1