On Monday, 27 October 2014 at 16:59:19 UTC, Nordlöw wrote:
On Monday, 27 October 2014 at 12:10:59 UTC, Marc Schütz wrote:You could add an early `return false;` if the range has length and it is less than minLength.See update :) Thanks!
And you can return true if length <= 1 Why bidirectional range only?