Module 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
Component required for the alloc commands.

Constants§

NEWINTARRAY_DOC
NEWINT_DOC

Functions§

get_newint
Get the \newInt execution command.
get_newint_getter_provider
Return a getter provider for the \newInt command.
get_newintarray
Get the \newIntArray execution command.
get_newintarray_getter_provider
Return a getter provider for the \newIntArray command.