author | Sebastian Harl <sh@tokkee.org> | |
Wed, 12 Nov 2014 19:55:10 +0000 (20:55 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 12 Nov 2014 19:55:10 +0000 (20:55 +0100) | ||
commit | 30b45eeb6c56e6ffca79910c9dd67977e2a41c6d | |
tree | 62b7bebba39a964328e5800aaed70ed6f2ef5140 | tree | snapshot |
parent | 5e20183e0a2264e0aed972ceff913374ab970248 | commit | diff |
data: Let inarray() support <array> IN <array> checks.
This check returns true if all elements of the first array are included in the
second array where order does not matter.
This check returns true if all elements of the first array are included in the
second array where order does not matter.
src/core/data.c | diff | blob | history | |
src/include/core/data.h | diff | blob | history | |
t/unit/core/data_test.c | diff | blob | history |