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.