Commits
Click on a commit to change the comparison rangerefactor(semantic): methods take `Span` as param, not `&Span` (#4470)
`Span` is `Copy` and 8 bytes. So better to pass `Span` to functions, rather than `&Span` (which is also 8 bytes, but involves the indirection of a reference).1 year ago
by overlookmotel