crashcat docs
    Preparing search index...

    Type Alias Contacts

    contacts state

    type Contacts = {
        contacts: Contact[];
        contactsFreeIndices: number[];
    }
    Index

    Properties

    contacts: Contact[]

    packed array of all contacts (active + free)

    contactsFreeIndices: number[]

    free list of available contact indices (indices to reuse)