This website requires JavaScript.
Explore
Help
Sign in
zedfrigg
/
zoodex
Watch
1
Star
0
Fork
You've already forked zoodex
0
Code
Issues
Pull requests
Releases
Activity
Actions
6021fb5901
zoodex
/
src
/
utility.rs
4 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
More descriptive type var name for utility :: leak
2024-11-29 21:06:43 +01:00
pub
fn
leak
<
'
l
,
Type
>
(
inner
:
Type
)
->
&
'
l
Type
{
Initial commit, part deux
2024-11-20 16:32:37 +01:00
Box
::
leak
(
Box
::
new
(
inner
)
)
}
Reference in a new issue
Copy permalink