Results for “Std.Option.keepIf”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Option.keepIf
Option[T] -> fn(T) -> Bool -> Option[T]The value if it is present and the predicate accepts it.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Option[T] -> fn(T) -> Bool -> Option[T]The value if it is present and the predicate accepts it.