Flow provides a set of utility types to operate on other types to create new types.| flow.org
What is a subtype?| flow.org
Tuple types represent a fixed length list, where the elements can have different types.| flow.org
Refinements allow us to narrow the type of a value based on conditional tests.| flow.org