isRandomAccessRange!(const(size_t[])) is false ... ?

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Thu Sep 12 14:53:15 PDT 2013


import std.range;

void main()
{
     assert(isRandomAccessRange!(const(size_t[])));
}

.... results in an assertion error.  This is a bug, no ... ?


More information about the Digitalmars-d-learn mailing list