IntBoundMath

Math for colored Int ranges.

Functions

Link copied to clipboard
open override fun add(bound: Int, length: Int): Int

Returns bound + length.

Link copied to clipboard
open override fun getLength(start: Int, endExclusive: Int): Int

Returns endExclusive - start.

Link copied to clipboard
open override fun subtract(bound: Int, length: Int): Int

Returns bound - length.