/** * @tsplus static ImmutableArray.Ops structZip */ export const structZip = DSL.structF(ImmutableArray.Apply) /** * @tsplus static ImmutableArray.Ops struct */ export const struct = DSL.structF(ImmutableArray.Applicative)