ArraySectionT   Conversion Operators

Overload List

(T to ArraySectionT) Performs an implicit conversion from array of T to ArraySectionT.
(ArraySectionT to ArraySegmentT) Performs an implicit conversion from ArraySectionT to ArraySegmentT.
(ArraySectionT to SpanT) Performs an implicit conversion from ArraySectionT to SpanT.
(ArraySegmentT to ArraySectionT) Performs an implicit conversion from ArraySegmentT to ArraySectionT.

See Also