gives a list of the currently available data structure types for the CreateDataStructure function.
$DataStructures
Listing of Data Structures »gives a list of the currently available data structure types for the CreateDataStructure function.
Details
- The strings that appear in $DataStructures are the possible first arguments to CreateDataStructure.
Examples
Basic Examples (1)
Get a list of the currently supported data structures:
$DataStructuresCreate an instance of a data structure:
ds = CreateDataStructure["LinkedList"]The "LinkedList" data structure supports efficient append operations:
ds["Append", f[1]]Related Guides
History
Text
Wolfram Research (2020), $DataStructures, Wolfram Language function, https://reference.wolfram.com/language/ref/$DataStructures.html.
CMS
Wolfram Language. 2020. "$DataStructures." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$DataStructures.html.
APA
Wolfram Language. (2020). $DataStructures. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$DataStructures.html
BibTeX
@misc{reference.wolfram_2026_$datastructures, author="Wolfram Research", title="{$DataStructures}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/$DataStructures.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_$datastructures, organization={Wolfram Research}, title={$DataStructures}, year={2020}, url={https://reference.wolfram.com/language/ref/$DataStructures.html}, note=[Accessed: 13-June-2026]}