iterable constant
ContainerType
const iterable
Standard Iterable behavior
Implementation
static const iterable = ContainerType._(init: _iterableCreate, add: _iterableAdd, remove: _iterableRemove);