I dun a DIP, possibly the best DIP ever

Steven Schveighoffer schveiguy at gmail.com
Fri Apr 24 12:56:03 UTC 2020


On 4/24/20 8:47 AM, Steven Schveighoffer wrote:
> assert( [myArr[Tup + 1] ] == [ myArr[Tup[0] + 1]], myArr[Tup[1] + 1]]

Missed a bracket:

assert( [myArr[Tup + 1] ] == [ myArr[Tup[0] + 1]], [ myArr[Tup[1] + 1]]

-Steve


More information about the Digitalmars-d mailing list