Makes an intersection, consisting entries which is in both of left and right. When picking up common key of them, the value of the left side hand will be used.
left
right
The left hand side dictionary.
An intersection of left and right.
Generated using TypeDoc
Makes an intersection, consisting entries which is in both of
left
andright
. When picking up common key of them, the value of theleft
side hand will be used.