Open BD103 opened 2 weeks ago
There are still a few things that could be used to improve #168:
generic_at()
Option<&T>
Option<&mut T>
Has<T>
There are still a few things that could be used to improve #168:
generic_at()
only indexes the final path segmentOption<&T>
andOption<&mut T>
to suggestHas<T>
.