tempdup

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Unqual!(ElementType!(T))[] tempdup(T data)
  2. Unqual!(ElementType!(T))[] tempdup(T data)
    Unqual!(ElementType!(T))[]
    tempdup
    (
    T
    )
    ()
    if (
    isInputRange!(T) &&
    !(
    isArray!(T) ||
    !isReferenceType!(ElementType!(T))
    )
    )

Meta