TData.length

  1. size_t length [@property getter]
    struct TData(T)
    @property const
    size_t
    length
    ()
    if (
    !hasIndirections!T
    )
  2. size_t length [@property setter]

Meta