longListOption
fun longListOption(name: String, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<List<Long>?>>
Declares a comma-separated long integer list rule option and exposes it as a property delegate.
fun longListOption(name: String, defaultValue: List<Long>, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<List<Long>>>
Declares a comma-separated long integer list rule option with a default value and exposes it as a property delegate.