Compose optics left-to-right into one: compose(a, b, c) is a then b then c. Typed for up to three; falls back to Optic<unknown, unknown> beyond.
compose(a, b, c)
a
b
c
Optic<unknown, unknown>
Compose optics left-to-right into one:
compose(a, b, c)isathenbthenc. Typed for up to three; falls back toOptic<unknown, unknown>beyond.