Skip to content

Commit 44383e9

Browse files
committed
Added from_parts_with_err method to Array
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent 5b238d8 commit 44383e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl<T> Array<T> {
8989
///
9090
/// Panics if the number of elements provided does not match the number of
9191
/// elements specified by the dimensions.
92-
pub fn from_parts_with_err(
92+
pub fn from_parts_no_panic(
9393
data: Vec<T>,
9494
dimensions: Vec<Dimension>,
9595
) -> Result<Array<T>, Error> {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy