List
scalus.uplc.builtin.Data.List
Ordered sequence - represents list types.
Used to encode List[A] types where elements are Data.
Corresponds to UPLC builtins listData and unListData.
Value parameters
- values
-
the list elements
Attributes
- Example
-
// A list of integers [1, 2, 3] List(PList(I(1), I(2), I(3))) - Graph
-
- Supertypes
Members list
In this article