Member predicate ArrayPattern::getSuffixElement
Gets the n
th element of this list pattern’s suffix, i.e. the elements 4, 5
in the following examples:
in [ *, 4, 5 ]
in [ 1, 2, 3, *middle, 4 , 5]
Gets the n
th element of this list pattern’s suffix, i.e. the elements 4, 5
in the following examples:
in [ *, 4, 5 ]
in [ 1, 2, 3, *middle, 4 , 5]