Age | Commit message (Expand) | Author |
---|---|---|
2020-07-27 | AK: Rename Span::subspan() to Span::slice(). | asynts |
2020-07-27 | AK: Add offset() method to Span. | asynts |
2020-07-27 | AK: Add implicit conversion from nullptr to Span. | asynts |
2020-07-27 | AK: Add constructors to Bytes and ReadonlyBytes that take void pointers. | asynts |
2020-07-27 | AK: Define conversion from Span<T> to Span<const T> correctly. | asynts |
2020-07-26 | AK: Implement Span which represents a contiguous sequence of objects. | asynts |