Handle.width

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

Return Value

Type: size_t

The width of the currently-referred Node's Bag. Progress: Lock-free.

Meta