Docs.rs
aoc-lib-1.0.3
aoc-lib 1.0.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
thechubbypanda
Dependencies
home ^0.5.4
normal
reqwest ^0.11.13
normal
scanf ^1.2.1
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
aoc_lib
1.0.3
In aoc_
lib::
util
aoc_lib
::
util
Function
transpose
Copy item path
Source
pub fn transpose<T>(input: &
Vec
<
Vec
<T>>) ->
Vec
<
Vec
<T>>
where T:
Copy
,