toMatrix

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto toMatrix(R range)
  2. auto toMatrix(R range)
    toMatrix
    ()
    ()
    if (
    isRandomAccessRange!R &&
    isRandomAccessRange!(Unqual!(std.range.ElementType!R))
    &&
    isNotVectorOrMatrix!(Unqual!(std.range.ElementType!(Unqual!(std.range.ElementType!R))))
    )

Meta