memSize

Undocumented in source. Be warned that the author may not have intended to support it.

  1. auto memSize [@property getter]
  2. auto memSize [@property getter]
    @property
    memSize
    (
    R
    )
    (
    R r
    )
    if (
    isInputRange!R &&
    hasLength!R
    &&
    !is(R : T[],
    T
    )
    )

Meta