- 11 5月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
There are two cases that we accept. Encode both.
-
- 10 5月, 2019 13 次提交
-
-
由 Behdad Esfahbod 提交于
Notably, add hb_is_source_of(,) and hb_is_sink_of(,) to replace most uses of hb_is_iterator_of(,).
-
由 Behdad Esfahbod 提交于
Instead of is_cr_convertible.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We should compare-equal to end if either iterator's end reaches, not if both reach at the same time. Fixes infinite-loop in test which was happening after hb_enumerate() switched to using hb_zip().
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also rewrite it via composition.
-
由 Behdad Esfahbod 提交于
hb_range() is like Python range. hb_iota() has slightly different API. Ie. it takes a start, instead of end.
-
由 Behdad Esfahbod 提交于
-
- 09 5月, 2019 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The iter objects shouldn't not be const. D'oh.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The bool conversion happens after predicate is called automatically.
-
由 Behdad Esfahbod 提交于
-
- 08 5月, 2019 6 次提交
-
-
由 Behdad Esfahbod 提交于
Allows for eg, checking all values equal 2: hb_all (it, 2).
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
They do absolutely same thing. hb_requires is to encode constraints, whereas hb_enable_if is for more conditional enabling.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 07 5月, 2019 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 01 5月, 2019 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 27 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 17 4月, 2019 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 16 4月, 2019 1 次提交
-
-
由 Behdad Esfahbod 提交于
-