Expand description
Creates list patterns.
Two methods are used to create a list. The main one is the list
method and the other is
the into_list
.
They both use the literal
method internally and in some ways are similar
to the group
and into_group
methods.