Range.opEquals

Checks whether the specified range is exactly identical to this range.

struct Range(T)
equals_t
opEquals

Parameters

other This

instance to compare this with

Return Value

Type: equals_t

true if both ranges are identical

Meta