@r47onfire/backolon - v0.0.0
    Preparing search index...

    Class Thing<T>

    Every object in Backolon is wrapped or implemented by this class.

    Type Parameters

    Index

    Constructors

    Properties

    Constructors

    Properties

    c: T extends ThingType ? ChildrenType<T> : Thing<string | ThingType>[]

    children

    h: number | null = null

    Null if this or any child is not hashable.

    source location

    s0: string

    source prefix

    s1: string

    source suffix

    sj: string

    source joiner

    t: T

    type

    v: T extends ThingType ? ValueType<T> : any

    value