Item.from

Creates an instance of this type from a pointer.

  1. typeof(this) from(Object obj)
  2. typeof(this) from(void* ptr)
    union Item
    static
    typeof(this)
    from
    (
    void* ptr
    )

Parameters

ptr void*

pointer to store in union

Meta