slots property

Map<String, (P, int)> slots
finalinherited

Active allocation slots, keyed by slot name. Each entry holds the pointer and its element count.

Implementation

final Map<String, (P, int)> slots = {};