fix(camelCase)
This commit is contained in:
@ -78,7 +78,7 @@ export class List {
|
||||
List.from = function (obj) {
|
||||
const list = new List()
|
||||
for (const value of obj) {
|
||||
list.push_back(value)
|
||||
list.pushBack(value)
|
||||
}
|
||||
return list
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user