Avatar
omochimetaru 3/24/2022 2:57 AM
リスト的なものだと2要素以上もつんじゃない?
2:57 AM
Regex { regex0 // Regex<Substring> regex1 // Regex<(Substring, Int)> if condition { regex2 // Regex<(Substring, Float)> } else { regex3 // Regex<(Substring, Float)> } } // Regex<(Substring, Int, Float)>