Check if T can be indexed by an instance of I.
static assert(hasIndexing!(byte[])); static assert(hasIndexing!(byte[], uint));
http://forum.dlang.org/post/ajxtksnsxqmeulsedmae@forum.dlang.org
TODO move to traits_ex.d TODO Add to Phobos
See Implementation
Check if T can be indexed by an instance of I.