Collection.length

returns number of items in collection

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

Meta