inet6? ( object -- ? ) (original) (raw)

inet6? ( object -- ? )

Vocabulary
io.sockets

Inputs and outputs

object an object
? a boolean

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

Definition

USING: classes.tuple.private ;

IN: io.sockets

: inet6? ( object -- ? ) \ inet6 11 tuple-instance? ;