Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/burtonageo/apply
/ functions
Functions
10 in github.com/burtonageo/apply
⨍
Functions
10
◇
Types & classes
3
↓ 3 callers
Function
f
(i: &mut i32)
tests/lib.rs:34
↓ 2 callers
Method
also
Apply a function to this value and return the (possibly) modified value.
src/also.rs:7
↓ 2 callers
Method
apply
Apply a function which takes the parameter by value.
src/lib.rs:18
↓ 1 callers
Method
apply_mut
Apply a function which takes the parameter by mutable reference.
src/lib.rs:28
↓ 1 callers
Method
apply_ref
Apply a function which takes the parameter by reference.
src/lib.rs:23
Function
do_something_with_an_xample
(x: &Xample)
tests/lib.rs:19
Method
new
(i: i32)
tests/lib.rs:12
Function
test_also
()
src/also.rs:20
Function
test_apply_mut_works
()
tests/lib.rs:33
Function
test_it_works
()
tests/lib.rs:6