https://issues.dlang.org/show_bug.cgi?id=14151

          Issue ID: 14151
           Summary: AA byKey/byValue unavailable for CTFE
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nob...@puremagic.com
          Reporter: peter.alexander...@gmail.com

enum x = [1:2].byKey.front;

object.di(467): Error: _aaRange cannot be interpreted at compile time, because
it has no available source code

Expected: should be available (.keys and .values are).

--

Reply via email to