Class Option_i64Z

    • Method Detail

      • some

        public static Option_i64Z some​(long o)
        Constructs a new COption_i64Z containing a i64
      • none

        public static Option_i64Z none()
        Constructs a new COption_i64Z containing nothing
      • clone

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