This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/stubs/internal/Sparse.php
2019-03-07 23:19:47 +08:00

9 lines
70 B
PHP

<?php
namespace Arma\Internal;
interface Sparse extends Common
{
}