I noticed that some structs use static opCall for construction(lines, CodePoints, etc...). I think constructing struct should use this(). What are the merits of static opCall? I will rewrite if static opCall doesn't have merits. Masahiro