[#CScriptBase] = CScriptBase :mrdocs: We use a prevector for the script to reduce the considerable memory overhead of vectors in cases where they normally contain a small number of small elements. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using CScriptBase = xref:prevector-0c.adoc[prevector<36, uint8_t>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#