All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldk.enums.COption_NoneZ Maven / Gradle / Ivy

There is a newer version: 0.0.124.0
Show newest version
package org.ldk.enums;

/**
 * An enum which can either contain a  or not
 */
public enum COption_NoneZ {
	/**
	 * When we're in this state, this COption_NoneZ contains a
	 */
	LDKCOption_NoneZ_Some,
	/**
	 * When we're in this state, this COption_NoneZ contains nothing
	 */
	LDKCOption_NoneZ_None,
	; static native void init();
	static { init(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy