fix name
This commit is contained in:
@@ -76,7 +76,7 @@ namespace hack::patterns
|
||||
return val;
|
||||
}
|
||||
|
||||
void peek(std::vector<T>& d, int n)
|
||||
void get(std::vector<T>& d, int n)
|
||||
{
|
||||
if (empty()) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user