Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
GrayShade
on April 19, 2019
|
parent
|
context
|
favorite
| on:
Learning Parser Combinators with Rust
It's actually like a ref Span argument, if my understanding of it is correct.
&[T] is like Span<T>, while a &mut &[T] is like a reference to a Span<T>.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
&[T] is like Span<T>, while a &mut &[T] is like a reference to a Span<T>.