icmp6? ( object -- ? )


Vocabulary
io.sockets.icmp

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the icmp6 class.

Definition
USING: classes.tuple.private ;

IN: io.sockets.icmp

: icmp6? ( object -- ? ) \ icmp6 9 tuple-instance? ;