Skip to main content
get_edges
petgraph
0.8.3
In petgraph::
graph6::
graph6_
decoder
petgraph
::
graph6
::
graph6_decoder
Function
get_
edges
Copy item path
Source
fn get_edges<Ix>(order:
usize
, adj_matrix_bits:
Vec
<
u8
>) ->
Vec
<
(Ix, Ix)
>
where Ix:
IndexType
,