Results for “Std.Option.zip”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Option.zip
Option[A] -> Option[B] -> Option[(A, B)]Two options paired, present only when both are.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Option[A] -> Option[B] -> Option[(A, B)]Two options paired, present only when both are.