GeneralCollectionValue
data class GeneralCollectionValue<T : OutputValue<*>>(val unwrappedValue: Iterable<T>) : IterableValue<T>
An immutable Value that contains other values of the same type. The kind of ordering is not relevant. When exporting to a node via com.quarkdown.core.function.value.output.node.NodeOutputValueVisitor, this collection is simply converted to a group of nodes.
Parameters
T
the element type of the list
Properties
Functions
Link copied to clipboard
Chains two expressions together, which is used in ComposedExpressions.
Link copied to clipboard
Destructures this object into a list of components.
Link copied to clipboard