Language
D
Compiler
dmd 2.109.1
Options
$ dmd prog.d -ofprog.exe array: []
ptr: null
capacity: 0
array: [1]
ptr: 7099580D0000
capacity: 3
array: [1, 2, 3, 4]
ptr: 7099580D1000
capacity: 7
array: [1, 2, 3]
ptr: 7099580D1000
capacity: 0
array: [1, 2, 3, 4]
ptr: 7099580D1020
capacity: 7
Exit Code:
0