Skip to content

Commit cb24d94

Browse files
committed
w
1 parent 4cc15ce commit cb24d94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: vision/status_quo/nalgebra.md

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ For this impl to bind `R` and `C`, the expression `Dim::Const(N)` has to bind `N
126126
This is sound as constructors are injective. It seems very desirable to at least
127127
enable this for expressions using constructors.
128128

129+
See [this playground link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=4b0b726922ee3dcba4fd6066c048af2f) for a complete example.
130+
129131
### Merge partial impls to be exhaustive
130132

131133
By adding one trait impl impl for `Dim::Dynamic` and one for `Dim::Const(N)`, it should be enough to consider that trait to be implemented for all `Dim`.

0 commit comments

Comments
 (0)