Want to learn?

Tuples

Representation

Documentation

A tuple is similar to a list since it also stores elements of any type. It is, however, intended as a fixed-size container and therefore you should not manipulate its elements, cause if you do, you should use a list instead. You declare tuple elements inside of curly braces:

iex> {}
{}
iex> {1, :two, "three"}
{1, :two, "three"}

Accessing an element takes constant time, but modifying a tuple, which produces a shallow copy, takes linear time. Tuples are useful for reading data while lists are better for traversals. You will see tuples whenever you want to return multiple values from a function. We have not yet covered this topic, but keep it in mind.

Check our latest product - built from our experience helping growing businesses navigate complex compliance requirements without enterprise budgets.

humadroid.io is an affordable, all-in-one GRC platform designed for small and medium-sized businesses pursuing SOC 2 or ISO 27001 compliance. Our AI-powered compliance assistant understands your business context and transforms complex compliance work into actionable steps - generating tailored policy documentation in minutes instead of weeks, and helping draft your SOC 2 System Description in a fraction of the usual time. At just $250/month with no hidden fees or user limits, customers save 10-15 hours per week on compliance work.

Explore humadroid.io
Top

Contact us

* Required fields

The controller of your personal data provided via this contact form is Prograils sp. z o.o., with a registered seat at Sczanieckiej 9A/10, 60-215 PoznaƄ. Your personal data will be processed in order to respond to your inquiries and for our marketing purposes (e.g. when you ask us for our post-development, maintenance or ad hoc engagements for your app). You have the rights to: access your personal data, rectify or erase your personal data, restrict the processing of your personal data, data portability and to object to the processing of your personal data. Learn more.

Notice

We do not track you online. We use only session cookies and anonymous identifiers for the purposes specified in the cookie policy. No third-party trackers.

I understand
Elo Mordo!Elo Mordo!