Geda3.GeeEx – Gschem3 Reference Manual
Packages
Gschem3
Geda3
GeeEx
any_match
one_match
Geda3.GeeEx
Description:
Extensions for libgee
Content:
Functions:
public
bool
any_match
<
G
> (
Traversable
<
G
> trav,
Predicate
<
G
> pred)
Checks if any item in traversible matches the predicate
public
bool
one_match
<
G
> (
Traversable
<
G
> trav,
Predicate
<
G
> pred)
Checks if only one item in traversible matches the predicate