Handle.id

  1. size_t id [@property getter]
  2. size_t id [@property getter]
    struct Handle(Bag)
    @property shared
    size_t
    id
    ()
    if (
    is(Bag == shared) &&
    is(Bag == struct)
    )

Return Value

Type: size_t

The id of a Node which this referred to at some point during the call. Progress: Wait-free.

Meta