Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func In ¶
func In[E comparable](seq iter.Seq[E], target E) bool
In checks if the target element is in the sequence. A nil sequence is considered empty.
Parameters:
- seq: The sequence to check.
- target: The element to check for.
Returns:
- bool: True if the element is in the sequence, false otherwise.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.