You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AbsenceCell[T] immutable container wrapping Absential[T] with a rich API for conditional extraction, evaluation, transformation, chaining, and Optional bridging.
Add adapt_dataclass() helper to bridge CLI dataclasses (which use None for not-provided) to functions with Absential[T] parameters by omitting fields that match a configurable skip value.
Add is_present() predicate as positive-form counterpart to is_absent(). Returns TypeIs[T] to enable type narrowing without negation.