Chunks.length

Length. Only if hasLength!Source is true

struct Chunks(Source)
@property
static if(isForwardRange!Source)
static if(hasLength!Source)
size_t
length
()
if (
isInputRange!Source
)

Meta