jax.extend.core.Effects

Contents

jax.extend.core.Effects#

jax.extend.core.Effects#

A set is a finite, iterable container.

This class provides concrete generic implementations of all methods except for __contains__, __iter__ and __len__.

To override the comparisons (presumably for speed, as the semantics are fixed), redefine __le__ and __ge__, then the other operations will automatically follow suit.

alias of Set[Effect]