Crates.io | partial_fn |
lib.rs | partial_fn |
version | 0.1.0 |
source | src |
created_at | 2023-10-31 19:21:21.340907 |
updated_at | 2023-10-31 19:21:21.340907 |
description | Construct a partial function from a series of match statements. |
homepage | https://github.com/lambdaknight/partial_fn |
repository | https://github.com/lambdaknight/partial_fn |
max_upload_size | |
id | 1020293 |
size | 12,012 |
A partial function of type PartialFn<A,B>
is a unary function whose domain is a subset of A.
In addition to being able to call a PartialFn
, a method is_defined_at
is provided in
order to test whether the given PartialFn
is defined at a particular value.
License: MIT