init after checking command is not a duplication
Source
void init() {
parsedpath = new List<_ListNodeMatch>(rawpath.length);
for (int i = 0; i < rawpath.length; ++i) {
parsedpath[i] = new _ListNodeMatch(rawpath[i]);
}
}
init after checking command is not a duplication
void init() {
parsedpath = new List<_ListNodeMatch>(rawpath.length);
for (int i = 0; i < rawpath.length; ++i) {
parsedpath[i] = new _ListNodeMatch(rawpath[i]);
}
}