for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Prelude;
const indexOf = __NAMESPACE__.'\indexOf';
/**
* Just an alias.
*/
function indexOf(...$args)
{
$indexOf = partial('array_search');
return $indexOf(...$args);
}