INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Apply `action' to every item of `target'.
-- (from the `start' of `target')
-- Apply `action' to every item of `target' up to
-- and including first one not satisfying `test'.
-- (from the `start' of `target')
-- Apply `action' to every item of `target' up to
-- and including first one not satisfying `test'
-- (from the current position of `target').
-- Apply `action' to every item of `target' up to
-- but excluding first one not satisfying `test'.
-- (Apply to full list if all items satisfy `test'.)
-- Apply `action' to every item of `target' up to
-- but excluding first one not satisfying `test'.
-- Apply `action' to every item of `target' up to
-- but excluding first one satisfying `test'.
-- (Apply to full list if no item satisfies `test'.)
-- Apply `action' to every item of `target' from current
-- position, up to but excluding first one satisfying `test'.
-- Apply `action' to every item of `target' up to
-- and including first one satisfying `test'.
-- Apply `action' to every item of `target' up to
-- and including first one satisfying `test'.
-- (from the current position of `target').
-- Search the first item of `target' for which `test'
-- has the same value as `b' (both true or both false).
-- Search the first item of `target'
-- satisfying: `test' equals to `b'
-- (from the current position of `target').
-- Apply `action' to every item of `target'
-- satisfying `test'.
-- Apply `action' to every `k'-th item,
-- `n' times if possible, starting from `i'-th.
-- Apply `action' to every `k'-th item,
-- `n' times if possible.
-- Does `test' return true for
-- all items of `target'?
-- Does `test' return true for
-- at least one item of `target'?
-- Move to first position of `target'.
-- Move to next position of `target'.
-- Is position of `target' off?
-- Is `target' exhausted?
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |