HomeManualTopicsTypesSymbols

std_types::key_order_table/std::merge

merges the two tables

Parameters

self
the base table
other
the table to merge

Results

None

Description

If a key is contained in both tables then the value from the other table is used for the merged table.

Implements

std::merge merge two collections in a collection specific way