You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for consistency with strings; Signals operate like strings (i.e. sig[0] is another Signal like with strings rather than element type like most collections, they can be sliced, etc.), so for consistency __contains__ should support finding longer substrings than the one-bit case. (The windowing comparisons are also a little annoying to write out by hand, so it would be handy to have around, even if it's not necessarily a terribly common operation.)
The text was updated successfully, but these errors were encountered:
This is for consistency with strings; Signals operate like strings (i.e.
sig[0]
is another Signal like with strings rather than element type like most collections, they can be sliced, etc.), so for consistency__contains__
should support finding longer substrings than the one-bit case. (The windowing comparisons are also a little annoying to write out by hand, so it would be handy to have around, even if it's not necessarily a terribly common operation.)The text was updated successfully, but these errors were encountered: