UNPKG

@stdlib/assert

Version:

Standard assertion utilities.

25 lines (18 loc) 413 B
{{alias}}( value ) Tests if a value is a Complex64Array. Parameters ---------- value: any Value to test. Returns ------- bool: boolean Boolean indicating whether value is a Complex64Array. Examples -------- > var bool = {{alias}}( new {{alias:@stdlib/array/complex64}}( 10 ) ) true > bool = {{alias}}( [] ) false See Also --------