com.github.mdr.ascii.common.Transposable.scala Maven / Gradle / Ivy
The newest version!
package com.github.mdr.ascii.common
trait Transposable[+T] {
/**
* Flip this item across the top-left to bottom-right diagonal.
*/
def transpose: T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy