Martin Nowak: > http://drepl.dawg.eu Looks quite nice, it can become quite useful for D programmers. If I insert: int[int] d = [1: 2, 3:4]; It answers me: => non-constant expression [1:2, 3:4] Bye, bearophile