value type
C39366
concept
A value type is a data type whose instances directly contain their data and are typically copied by value rather than referenced, such as integers, booleans, and structs in many programming languages.
Observed surface forms (6)
- .NETType ×1
- Data type abstraction ×1
- SealedType ×1
- System.ValueType ×1
- ValueType ×1
- primitive type ×1
Instances (11)
-
Array
surface form: Array (Swift)
- System.Single via concept surface "ValueType"
- System.SByte via concept surface "primitive type"
- System.UInt16 via concept surface "SealedType"
- System.UInt32 via concept surface "System.ValueType"
- System.TimeSpan
- System.ValueTuple
- SpinLock
- CancellationToken
- ZType via concept surface "Data type abstraction"
- Set (Swift)