Bimap

class Bimap()

Methods

getLeft

Bimap.getLeft(right)
Arguments:
  • right (Right()) – None
Return type:

Left | undefined

getRight

Bimap.getRight(left)
Arguments:
  • left (Left()) – None
Return type:

Right | undefined

set

Bimap.set(left, right)
Arguments:
  • left (Left()) – None
  • right (Right()) – None
Return type:

void