Document what `Default` does for each type in libstd. For example, for the `Default` impl for i32, mention that it returns 0. For slice, mention it returns an empty slice.
Document what
Defaultdoes for each type in libstd.For example, for the
Defaultimpl for i32, mention that it returns 0. For slice, mention it returns an empty slice.