mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
parent
d9fd09d73a
commit
d2587823d0
1 changed files with 1 additions and 1 deletions
|
@ -1879,7 +1879,7 @@ immutable(E)[] sanitize(E)(immutable(E)[] s)
|
|||
offset += n;
|
||||
t = t[n..$];
|
||||
}
|
||||
return cast(immutable(E)[])array[0 .. offset];
|
||||
return array[0 .. offset];
|
||||
}
|
||||
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue