mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
maybe_t is an implementation of the Maybe/Optional type, allowing for an optional value to be stored. This will enable a more principled approach for functions that return values or failure, such as env_get.