Date: 2025-06-24 02:30:00
Score: 3.5
Natty:
If the user is not allowed to add/remove elements:
std::span<const T> getter() const
std::span<T> getter()
What is a "span" and when should I use one?
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Ends in question mark (2):
Posted by: 許恩嘉