Results for “Std.Option.map2”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Option.map2
Option[A] -> Option[B] -> fn(A, B) -> C -> Option[C]Both values if both are present, combined.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Option[A] -> Option[B] -> fn(A, B) -> C -> Option[C]Both values if both are present, combined.