list_equal

Compare two lists.

extern (C++) nothrow @nogc
int
list_equal

Return Value

Type: int

If they have the same ptrs, return 1 else 0.

Meta