Module swipl::record

source ·
Expand description

Records - prolog terms in heap storage.

SWI-Prolog allows the storing of terms into records, which are opaque handles which remain valid until they are explicitely erased. This module wraps such records, making the erase happen automatically on drop of a wrapper object.

Structs