Collection.length

returns number of items in collection

  1. size_t length [@property getter]
  2. size_t length [@property setter]
    struct Collection(T, bool ownItems = false)
    @property
    void
    length
    (
    size_t newSize
    )

Meta