abstract fun anyOf(vararg builders: DateTimeParserBuilder.() -> Unit): Unit
Try each of the parsers defined by builders until one succeeds. If none succeed, parsing is considered to have failed.
(iosArm64, iosX64, jvm, macosX64)abstract fun anyOf(vararg childParsers: DateTimeParser): Unit
Try each of the parsers defined by childParsers until one succeeds. If none succeed, parsing is considered to have failed.