invoke

@JvmName(name = "invokeUIntRange")
operator fun <Scope> FiktionConfig<Scope, ClosedRange<UInt>>.invoke(value: UInt): FiktionConfigSetting<Scope, ClosedRange<UInt>>
@JvmName(name = "invokeULongRange")
operator fun <Scope> FiktionConfig<Scope, ClosedRange<ULong>>.invoke(value: ULong): FiktionConfigSetting<Scope, ClosedRange<ULong>>

Creates a typed generator configuration value that fixes a closed-range configuration to value.


operator fun <T> RuleTarget<T>.invoke(configure: RuleTarget<T>.() -> Unit): RuleTarget<T>

Groups declarations for this rule target.