A bidirectional mapper that can convert between two types T1 and T2 using suspending functions.
The first type
The second type
Converts from of type T2 to type T1 using this suspending mapper.
Converts from of type T1 to type T2 using this suspending mapper.