Skip to content

Allow Unset arrays #178

@VonTum

Description

@VonTum

Right now when an array is declared it'll have an initial value that is an array of unsets. But if we don't initialize anything, this is a bit of a waste, and could lead to unneccesary OOMs. (Think arrays representing large memory blocks). Instead, allow an array itself to be Unset, and only fill it out when an element is actually needed.

Ties into #159

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions