mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
vlib: remove unused arrays module
This commit is contained in:
parent
44502a3fb2
commit
034bf46e4d
4 changed files with 0 additions and 41 deletions
|
@ -1,11 +0,0 @@
|
|||
module arrays
|
||||
|
||||
/*
|
||||
pub fn range<T>(start, end T) []T {
|
||||
mut res := []T{}
|
||||
for i := start; i < end; i++ {
|
||||
res << i
|
||||
}
|
||||
return res
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue