DeMultiplexer
object DeMultiplexer
class Object
trait Matchable
class Any
Value members
Concrete methods
Returns a (next, rest)
tuple where next
is the prefix of the input preceding the first occurrence of delimiter
.
Returns a (next, rest)
tuple where next
is the prefix of the input preceding the first occurrence of delimiter
.
Note: The search for delimiter
is performed at delimiter
sized intervals.
- Value Params
- bits
the input bits
- delimiter
the separator bits