Skip to content

Commit

Permalink
Merge pull request #31 from cwahn/cwahn-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cwahn authored Feb 18, 2024
2 parents b7f3208 + d253fc0 commit eceea8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ EFP offers no-STL contiguous sequence types and immutable view types implementin

STL containers like `std::vector`, `std::array`, `std::string` also implement the `Sequence` trait. Therefore they could be used whenever sequence type is expected.

Also, the trait is not 'sealed'. Therefore one could implement `Sequence` trait for external types as well.

#### Higher Order Functions
EFP offers higher-order functions including

Expand Down Expand Up @@ -146,4 +148,4 @@ All tests passed (1036 assertions in 106 test cases)

Drafting of this library is started in July of 2023 by Ahn, Chanwoo for an embedded project.

This library is open-source under The MIT Liscence.
This library is open-source under The MIT Liscence.

0 comments on commit eceea8a

Please sign in to comment.