com.github.icarohs7.unoxkcommons.estatico.Aliases.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unoxkcommons Show documentation
Show all versions of unoxkcommons Show documentation
Biblioteca de componentes e funções de extensão para a linguagem Kotlin
package com.github.icarohs7.unoxkcommons.estatico
typealias Matriz = Array>
typealias ListBidimen = List>
/**
* List Static Bidimensional
*/
internal typealias ListSB = List>