interface LinkedTable<T0, T1> {
    head: _0x1.option.Option<T0>;
    id: UID;
    size: bigint;
    tail: _0x1.option.Option<T0>;
}

Type Parameters

  • T0
  • T1

Properties

Properties

id: UID
size: bigint