Companion

object Companion

The companion object contains factory functions to create new instances with initialization.

Functions

Link copied to clipboard
inline operator fun invoke(width: Int, height: Int, init: (Int, Int) -> Boolean): ArrayMutableBooleanMatrix

Create a new instance with given width, height and initialized according to init.