This website requires JavaScript.
Explore
Help
Sign in
pogmommy
/
eww
Watch
1
Star
0
Fork
You've already forked eww
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c5643424ca
eww
/
src
/
lalrpop_helpers.rs
elkowar
c5643424ca
Finish basic parser
2021-07-16 14:19:54 +02:00
3 lines
48 B
Rust
Raw
Blame
History
pub
fn
b
<
T
>
(
x
:
T
)
->
Box
<
T
>
{
Box
::
new
(
x
)
}
Reference in a new issue
View git blame
Copy permalink