|
|
|
|
|
by trixie_
3030 days ago
|
|
The type definition alone wouldn't tell you if it's an enum, ordered, or no duplicates allowed... The writer would know what type they're working with through intellisense. The reader would know it's iterable based on just reading the code that follows it.. So again, what does the type info give you? Most of what you mentioned you wouldn't be able to figure out from just a type name... |
|
var tells me nothing.