chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Option::as_slice and as_mut_slice #450

Open danakj opened 9 months ago

danakj commented 9 months ago

https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_slice

Stabilized in 1.75.0 and can be added to sus::Option, working with Slice and SliceMut.

Ananyasingh2002 commented 9 months ago

Please assign me this task!

danakj commented 9 months ago

Hey, you can just send a PR to add the functions and tests. :) Thanks!