Related to "Composite Types"
Work with records
A record type is a set of key-value pairs. Learn how to work with record types in Flux.
Work with arrays
An array type is an ordered sequence of values of the same type. Learn how to work with arrays in Flux.
Work with dictionaries
A dictionary type is a collection of key-value pairs with keys of the same type and values of the same type. Learn how to work with dictionaries in Flux.
Work with functions
A function type is a set of parameters that perform an operation. Learn how to work with functions in flux.