const Matchers = DSL.matchers() /** * @tsplus static ImmutableArray.Ops match */ export const match = Matchers.match /** * @tsplus static ImmutableArray.Ops matchIn */ export const matchIn = Matchers.matchIn /** * @tsplus static ImmutableArray.Ops matchMorph */ export const matchMorph = Matchers.matchMorph /** * @tsplus static ImmutableArray.Ops matchTag */ export const matchTag = Matchers.matchTag /** * @tsplus static ImmutableArray.Ops matchTagIn */ export const matchTagIn = Matchers.matchTagIn