Implement mp_starts_with

This commit is contained in:
Glen Fernandes
2018-08-30 22:35:23 -04:00
parent 2364f79088
commit f387448581
5 changed files with 142 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ run mp_count.cpp ;
run mp_count_if.cpp ;
run mp_count_if_q.cpp ;
run mp_contains.cpp ;
run mp_starts_with.cpp ;
run mp_starts_with_sf.cpp ;
run mp_repeat.cpp ;
run mp_product.cpp ;
run mp_drop.cpp ;