withSize

abstract infix fun withSize(size: Int): MapGenerationSpec<Key, Value, MapType>

Sets the generated map size.


abstract infix fun withSize(range: IntRange): MapGenerationSpec<Key, Value, MapType>

Sets the generated map size range.