nur-sery/nur_tests/impl/GIteratableArray.php

10 lines
158 B
PHP
Raw Normal View History

2023-12-03 22:11:29 +04:00
<?php
namespace nur\impl;
use nur\b\coll\IterableArray;
use nur\b\coll\TGenericArray;
class GIteratableArray extends IterableArray {
use TGenericArray;
}