Type Alias List<T>

List: T[]

The counterpart of Daml's [T] list type.

We represent lists using arrays.

Type Parameters

  • T

T The type of the list values.