Module texlang_stdlib::alloc
source · Expand description
Dynamic allocation of variables and arrays
This module contains implementations of brand new Texcraft commands
\newInt
and \newIntArray
which perform dynamic memory allocation.
Structs
- Component required for the alloc commands.
Constants
Functions
- Get the
\newInt
execution command. - Return a getter provider for the
\newInt
command. - Get the
\newIntArray
execution command. - Return a getter provider for the
\newIntArray
command.