help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is the underlying data structure of $@?


From: Lawrence Velázquez
Subject: Re: What is the underlying data structure of $@?
Date: Fri, 21 May 2021 18:29:35 -0400
User-agent: Cyrus-JMAP/3.5.0-alpha0-448-gae190416c7-fm-20210505.004-gae190416

On Fri, May 21, 2021, at 6:11 PM, Peng Yu wrote:
> Hi,
> 
> $@ allows shift and random access, but not element-wise mutation. What
> is the underlying data structure of it? A linked list, an array or
> something else?

https://git.savannah.gnu.org/cgit/bash.git/tree/variables.c?id=ce23728#n145

vq



reply via email to

[Prev in Thread] Current Thread [Next in Thread]