mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 09:11:55 +00:00
e87b49ccc1
I'm trying to extract generic alias substitution functions, and some of them will take ExpressionKind or Box<FunctionCallNode> by value, then return it or substituted value of the same type. The cost of moving values wouldn't matter in practice, but I think it's better to keep the value types small. Now ExpressionKind is 4-word long. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |