![JAR search and dependency download from the Maven repository](/logo.png)
convex.core.lang.Log Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convex-core Show documentation
Show all versions of convex-core Show documentation
Convex core libraries and common utilities
The newest version!
package convex.core.lang;
/**
* Constants and utility functionf for CVM log
*
* See CAD33
*/
public class Log {
public static final int ENTRY_LENGTH = 4;
// Positions of fields in log entries
public static final int P_ADDRESS=0;
public static final int P_SCOPE=1;
public static final int P_LOCATION=2;
public static final int P_VALUES=3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy