mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 04:04:20 +02:00
Update d-ru.html.markdown
This commit is contained in:
@@ -713,7 +713,7 @@ struct StudentRange
|
|||||||
return students.length == 0;
|
return students.length == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ref Student front() {
|
Student front() {
|
||||||
return students[0];
|
return students[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user