help-bash
[Top][All Lists]
Advanced

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

What is the underlying data structure of $@?


From: Peng Yu
Subject: What is the underlying data structure of $@?
Date: Fri, 21 May 2021 17:11:05 -0500

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?

-- 
Regards,
Peng



reply via email to

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