Preparing search index...
The search index is not available
@refinio/one.models
@refinio/one.models
models/LinkedList/merge
linkedListMerge
Function linkedListMerge
linked
List
Merge
(
currentList
,
newList
)
:
Promise
<
SHA256Hash
<
LinkedListEntry
>
>
Merge two linked list elements into a common one.
Parameters
currentList
:
SHA256Hash
<
LinkedListEntry
>
newList
:
SHA256Hash
<
LinkedListEntry
>
Returns
Promise
<
SHA256Hash
<
LinkedListEntry
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@refinio/one.models
Loading...
Merge two linked list elements into a common one.