
{{alias}}( value )
    Tests if a value is a complex typed array.

    Parameters
    ----------
    value: any
        Value to test.

    Returns
    -------
    bool: boolean
        Boolean indicating whether value is a complex typed array.

    Examples
    --------
    > var bool = {{alias}}( new {{alias:@stdlib/array/complex64}}( 10 ) )
    true

    See Also
    --------

