functionfindIfIntegerVector

returns true if comparewith is found somewhere in inputVector

Information

Fuction which returns true if comparewith is found somewhere in inputVector

Inputs

TypeNameDefaultDescription
IntegerinputVector{6, 1, 2, 3, 4, 5}
IntegercompareWith2

Outputs

TypeNameDefaultDescription
BooleanisFound