ArgsRange

class ArgsRange(val offset: Int, val take: Int)(source)

Represents a range which an ArgsGenerator should generate.

Since

2.0.0

Constructors

Link copied to clipboard
constructor(offset: Int, take: Int)

Properties

Link copied to clipboard
val offset: Int
Link copied to clipboard
val take: Int