Skip to content

Commit

Permalink
another deduction
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Mar 20, 2024
1 parent 9d0cd98 commit ce88ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpp/vec.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ Slice(Array<T, N>) -> Slice<T>;
template<typename T>
Slice(std::initializer_list<T>) -> Slice<T>;

template<typename T>
Slice(const T*, u64) -> Slice<T>;

template<typename T>
struct Slice {

Expand Down

0 comments on commit ce88ff2

Please sign in to comment.