sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
SGLSpan::SGLSpan(T* dataInternal, int lengthInternal);
[[nodiscard]] const T& SGLSpan::at(int i) const;
[[nodiscard]] T& SGLSpan::at(int i);
[[nodiscard]] int SGLSpan::length() const;
[[nodiscard]] const T* SGLSpan::pointerToData(int n) const;
[[nodiscard]] T* SGLSpan::pointerToData(int n);
[[nodiscard]] SGLSpan SGLSpan::subspan(int start, int length) const;
[[nodiscard]] SGLSpan SGLSpan::subspanLeft(int length) const;
[[nodiscard]] SGLSpan SGLSpan::subspanRight(int length) const;
©2025 05524F.sg (Singapore)