TicTacToe - 0.1.0

Juvix.Builtin.V1.Maybe

Definitions

builtin maybe type Maybe ASource#

Represents an optional value that may or may not be present. Provides a way to handle null or missing values in a type-safe manner.

Constructors

| nothing
| just A