Anders429 / Anders429/substring
len shorthand
Open
- Dominant language
- Rust
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Should be able to exclude len() for example:
`string.substring_len(3)`
Could be a shorthand for `string.substring(3, string.len())`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.