View Source BCS.DataType.List (ex_bcs v0.1.1)

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()]}

Link to this section Functions