cgta.oscala.util.debugging.PRINT.scala Maven / Gradle / Ivy
The newest version!
package cgta.oscala
package util.debugging
//////////////////////////////////////////////////////////////
// Copyright (c) 2014 Ben Jackman, Jeff Gomberg
// All Rights Reserved
// please contact [email protected] or [email protected]
// for licensing inquiries
// Created by bjackman @ 8/28/14 9:05 PM
//////////////////////////////////////////////////////////////
trait PRINT {
def |(msg : Any) : Unit
}
object PRINT extends PRINT with PrintPlat {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy