5 ms·
"count" is an incomplete type, the same as "array" is an incomplete type. "count of fruit" would be a complete type, compare to "Array of int64". SI leaves thi
by orangesilk 5mo ago
"count" is an incomplete type, the same as "array" is an incomplete type. "count of fruit" would be a complete type, compare to "Array of int64".
SI leaves this underspecified, which causes confusion with dimensionless units.
- deleted 5mo ago[deleted]
- nlitened 5mo ago> "count" is an incomplete type, the same as "array" is an incomplete type. "count of fruit" would be a complete type, compare to "Array of int64". Javascript has arrays of unspecified types, and count of items of such arrays. I don’t think your analogy holds
- pants2 5mo agoPerhaps the SI system needs generics :)