Skip to content

std::Range<T>::Range (Constructor)

Range (Constructor)

Creates a range from 0 to last with step 1

Signature

Range(self, last: T)

See Also

Back to Range<T>