View Source BCS.DataType.List (ex_bcs v0.1.0)
Lists
Represents a list of values of the same type.
Corresponds to the Sequence
type.
Link to this section Summary
Link to this section Types
@type t() :: %BCS.DataType.List{inner: BCS.DataType.t() | [BCS.DataType.Choice.t()]}