mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Introduce string-based mono expr tests
This commit is contained in:
parent
03370da6d6
commit
219a0398a2
7 changed files with 207 additions and 24 deletions
|
@ -247,6 +247,10 @@ impl<T> NonEmptySlice<T> {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
pub fn as_slice(&self) -> Slice<T> {
|
||||
self.inner
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> IntoIterator for NonEmptySlice<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue