Collectable to handle sequences.
It takes care about caching and recomputing unique values, as well as optional checking if assigned sequences have a desired length.
| Parameters : | value : arbitrary (see derived implementations)
name : str
doc : str
length : int
|
|---|
Set a target length of the value in this collectable.
| Parameters : | value : int
|
|---|