Results for “Std.Option.orElse”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Option.orElse
Option[T] -> Option[T] -> Option[T]The first value if it is present, otherwise the second.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Option[T] -> Option[T] -> Option[T]The first value if it is present, otherwise the second.