Provides stable const implementations for some things missing from the standard library.
Currently implemented are
- Functions in
result
to unwrapResult
s with generics or drop glue - Functions in the
concat
module to concat const strings and byte slices. destruct_tuple
to destructure tuples with generic types or types with drop glue in themnonnull_from
to createNonNull
s from mutable and regular references convenientlyman_drop_ref
/man_drop_mut
as a workaround for the lack of constDeref
implementations