Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Treatment contains

std/ops/vec/block::contains


Generics

◻ T: PartialEquality

Inputs

⇥ value: Block<T>
⇥ vec: Block<Vec<T>>

Outputs

↦ contains: Block<bool>


Check whether vec contains a value equal to value and emit the boolean result through contains.