/** * @tsplus static NonEmptyImmutableArray.Ops getAssociative */ export function getAssociative(): Associative> { return Associative((x, y) => x + y) }