You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* De-genericize AsciiStr::new() and from_ascii_unchecked() so that they can
hopefully be made const fn sooner (due to needing fewer features).
* Remove AsciiStr::new() because I want to make it similar to AsciiChar::new(),
but also want to reserve the name for what becomes possible as const fn first.
* Make AsciiStr::split() return impl Trait to make changing it to
take a Pattern once that is stabilized easier.
* Make AsciiStr::lines() return const fn just in case.
0 commit comments