ordinals / ord

👁‍🗨 Rare and exotic sats
https://ordinals.com
Creative Commons Zero v1.0 Universal
3.86k stars 1.38k forks source link

Use `as_slice` instead of convert to vec #3972

Closed casey closed 1 month ago

casey commented 1 month ago

@raphjaph Option<T> actually has an as_slice method which returns a zero or one length slice depending on whether the Option is Some.