Skip to content

lambdaknight/partial_fn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

partial_fn

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

About

Partial function implementation for Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages