Class Option_u64Z

    • Method Detail

      • some

        public static Option_u64Z some​(long o)
        Constructs a new COption_u64Z containing a u64
      • none

        public static Option_u64Z none()
        Constructs a new COption_u64Z containing nothing
      • clone

        public Option_u64Z clone()
        Creates a new COption_u64Z which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
        Overrides:
        clone in class Object