Range


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.42" ) ]
public Range (uint64 start, uint64 end)

Creates a new Range object for the given range.

Setting end equal to start creates a single-element range.

Parameters:

start

the first element of the range

end

the last element of the range, must be greater than or equal to start.

Returns:

the new Range object.