list

Construct List from static array, inferring element type.

Examples

int[3] values = [1, 2, 3];
assert(list(values) == values);

Meta