>So an Iso<S, A> represents two getters: ...
# arrow
p
So an Iso<S, A> represents two getters: get: (S) -> A and reverseGet: (A) -> S where S is called the source of the Iso and A is called the focus or target of the Iso.
in the next line