Class Option_u32Z

    • Method Detail

      • some

        public static Option_u32Z some​(int o)
        Constructs a new COption_u32Z containing a u32
      • none

        public static Option_u32Z none()
        Constructs a new COption_u32Z containing nothing
      • clone

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